Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mvtenorio/3289d0fc825e94495462a7b89b5d7f05 to your computer and use it in GitHub Desktop.
Save mvtenorio/3289d0fc825e94495462a7b89b5d7f05 to your computer and use it in GitHub Desktop.
Change npm global path
mkdir ~/.npm-global
sudo npm config -g set prefix ~/.npm-global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment