Skip to content

Instantly share code, notes, and snippets.

@equinusocio
Last active May 26, 2017 13:03
Show Gist options
  • Save equinusocio/d0829cff2b329e7776de to your computer and use it in GitHub Desktop.
Save equinusocio/d0829cff2b329e7776de to your computer and use it in GitHub Desktop.
Fix npm and node_modules permissions (without sudo)
touch ~/.npmrc
echo "prefix = ~/.local" >> ~/.npmrc
echo "export PATH=$HOME/.local/bin:$PATH" >> ~/.zshrc && echo $PATH
source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment