Skip to content

Instantly share code, notes, and snippets.

@dotmaster
Created March 4, 2011 21:55
Show Gist options
  • Save dotmaster/855775 to your computer and use it in GitHub Desktop.
Save dotmaster/855775 to your computer and use it in GitHub Desktop.
Small Guide to use NPM with different versions of node (running N)
git clone git://github.com/isaacs/npm.git ./npm
cd npm
git checkout origin/0.2
make dev
#then make
npm rebuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment