1、清除缓存
npm cache clean --force
2、重新npm install
npm install --registry=https://registry.npm.taobao.org
如果上面解决不了你的问题,可以试试下面这种
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install
完美解决
1、清除缓存
npm cache clean --force
2、重新npm install
npm install --registry=https://registry.npm.taobao.org
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install
完美解决
本文标题:npm install 的时候报errno -4048 sysc
本文链接:https://www.haomeiwen.com/subject/suefhktx.html
网友评论