1.删除文件夹node_modules
2.执行命令,如果第一指令不行,就用下一个
cnpm cache clean
npm cache verify
3.重新安装依赖
npm install
4.运行