项目开发环境遇到报错如下
废话不多说,上解决方案
1:npm cache clean --force
2:rm -rf node_modules
3:rm -rf package-lock.json
4:npm install 或者 npm install --registry=https://registry.npm.taobao.org
npm install 成功之后再次启动 npm start
项目开发环境遇到报错如下
废话不多说,上解决方案
1:npm cache clean --force
2:rm -rf node_modules
3:rm -rf package-lock.json
4:npm install 或者 npm install --registry=https://registry.npm.taobao.org
npm install 成功之后再次启动 npm start