vue项目在其他电脑运行报错

解决方法
1.先删除node_modules文件夹
2.$ cnpm cache clean 命令清除掉cache缓存
3.cnpm install
4.npm run dev

原文地址:https://www.cnblogs.com/jack-liu6/p/8922058.html