1.查看项目package.json,去除^

 

 2.删除node_modules
3.使用命令npm cache clean -f
4.npm install
5.npm run dev