Skip to content

Instantly share code, notes, and snippets.

@derek
Created November 20, 2010 19:43
Show Gist options
  • Save derek/708091 to your computer and use it in GitHub Desktop.
Save derek/708091 to your computer and use it in GitHub Desktop.
Installing NPM on webOS 2.0
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
Copy link

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 ?

@derek
Copy link
Author

derek commented May 8, 2011

@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