Created
March 4, 2011 21:55
-
-
Save dotmaster/855775 to your computer and use it in GitHub Desktop.
Small Guide to use NPM with different versions of node (running N)
This file contains 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
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