Created
October 12, 2021 11:19
-
-
Save mpuz/9a579d4566c52a478e7d98d8dd661d1b to your computer and use it in GitHub Desktop.
fix node js permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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