Skip to content

Instantly share code, notes, and snippets.

@NorikDavtian
Created April 17, 2019 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NorikDavtian/38a6f517f4ff906122e3290910eaabb5 to your computer and use it in GitHub Desktop.
Save NorikDavtian/38a6f517f4ff906122e3290910eaabb5 to your computer and use it in GitHub Desktop.
Fix NPM ownership issue
echo $USER
sudo chown -R $USER /usr/local/lib/node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment