📌  相关文章
📜  node-gyp 错误:EACCES:权限被拒绝 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:34.346000             🧑  作者: Mango

代码示例1
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