Skip to content

Instantly share code, notes, and snippets.

@dezinezync
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save dezinezync/75a18d6258302fced4aa to your computer and use it in GitHub Desktop.

Select an option

Save dezinezync/75a18d6258302fced4aa to your computer and use it in GitHub Desktop.
NodeJS Installer
#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