开发着vue项目突然页面不再更改, 到命令行重新运行yarn serve提示: vue-cli-service: command not found

解决办法, 项目目录下运行:

sudo rm -rf node_modules package-lock.json && npm install