Skip to content

Instantly share code, notes, and snippets.

@MatthewMueller-Snippets
Created March 31, 2012 06:06
Show Gist options
  • Save MatthewMueller-Snippets/2259856 to your computer and use it in GitHub Desktop.
Save MatthewMueller-Snippets/2259856 to your computer and use it in GitHub Desktop.
NPM: Set up path for NPM global modules
echo 'export NODE_PATH="'$(npm root -g)'"' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment