Skip to content

Instantly share code, notes, and snippets.

@kompozer
Forked from isaacs/node-and-npm-in-30-seconds.sh
Created October 13, 2010 19:17
Show Gist options
  • Save kompozer/624679 to your computer and use it in GitHub Desktop.
Save kompozer/624679 to your computer and use it in GitHub Desktop.
# install node wherever...
cat <<NPMRC >>$HOME/.npmrc
root = ~/.node_libraries
manroot = ~/local/share/man
binroot = ~/bin
NPMRC
curl http://npmjs.org/install.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment