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

相关文章: