weixin_44007510的博客npm ERR! This is an error with npm itself. Please report this error at: npm ERR! npm ERR! A complete log of this run can be found in: 解决方法: 1、删除下载好的node_modules 2、...-force 4、npminstall
shink~晴天的博客报错原因之一-版本冲突 1.当前安装的npm过高或者过低,使用nvm修改node版本,例如:nvm use 16.20.0 2.当前node版本和npm版本不对应,也使用nvm修改node版本,例如:nvm use 16.20.0 3.当前node版本和node-sass版本...