Answers for "node-gyp Error: EACCES: permission denied"

0

node-gyp Error: EACCES: permission denied

Try using the sudo chmod 777 command for the node_modules directory and if that doesn't work try
sudo npm install -g --unsafe-perm
or
sudo node-gyp rebuild -g --unsafe-perm
Posted by: Guest on July-30-2021

Code answers related to "node-gyp Error: EACCES: permission denied"

Browse Popular Code Answers by Language