Last active
August 29, 2015 14:17
-
-
Save dezinezync/75a18d6258302fced4aa to your computer and use it in GitHub Desktop.
NodeJS Installer
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
| #Install NPM | |
| #then | |
| npm install -g n | |
| #But, remeber to setup permissions properly for NPM | |
| sudo chown -R `whoami` /usr/local/lib/node_modules | |
| chown -R `whoami` `npm -g bin` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment