1.删除 node_modules 包
2.删除 package-lock.js 文件
3.清空 npm 缓存npm clean cache -f
4.重新下载包 npm i
5.npm run build