📜  yp-err-stack-error-access-permission-denied-mkdir-var-www-project-name-no - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:38.496000             🧑  作者: Mango

代码示例1
try the following command

sudo npm i --unsafe-perm

if it doesn't work try the following

sudo rm -rf ~/.node-gyp
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo npm i --unsafe-perm