Created
November 20, 2010 19:43
-
-
Save derek/708091 to your computer and use it in GitHub Desktop.
Installing NPM on webOS 2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@roadrunner:/# cd /tmp | |
root@roadrunner:/# wget https://download.github.com/isaacs-npm-v0.1.23-0-g1c13d07.zip | |
root@roadrunner:/# unzip isaacs-npm-v0.1.23-0-g1c13d07.zip | |
root@roadrunner:/# cd isaacs-npm-1c13d07 | |
root@roadrunner:/# node cli.js install | |
root@roadrunner:/# npm -v | |
npm it worked if it ends with ok | |
npm cli [ '-v' ] | |
0.1.23 |
@warpdesign - Github now forces SSL on all connections. I updated the URL in this gist from HTTP to HTTPS.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like http://download.github.com/isaacs-npm-v0.1.23-0-g1c13d07.zip is no longer available (404). Any idea where I could get it ?