Skip to content

Instantly share code, notes, and snippets.

@mpuz
Created October 12, 2021 11:19
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 mpuz/9a579d4566c52a478e7d98d8dd661d1b to your computer and use it in GitHub Desktop.
Save mpuz/9a579d4566c52a478e7d98d8dd661d1b to your computer and use it in GitHub Desktop.
fix node js permissions
sudo chown -R $USER ~/.npm
sudo chown -R $USER /usr/lib/node_modules
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