解决办法:
1. 删掉项目中的node_modules文件夹,
2 .执行 npm cache clean 或者 cnpm cache clean 命令清除掉cache缓存,
3.然后cnpm install 和npm run dev就可以在这台电脑运行你的项目
相关文章:
解决办法:
1. 删掉项目中的node_modules文件夹,
2 .执行 npm cache clean 或者 cnpm cache clean 命令清除掉cache缓存,
3.然后cnpm install 和npm run dev就可以在这台电脑运行你的项目
相关文章: