报错如下:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! agricultural-planning@0.1.0 serve: `vue-cli-service serve`
npm ERR! Exit status 1
npm ERR!
解决办法:
(1)npm cache clean --force
(2)rm -rf node_modules
(3)rm -rf package-lock.json
(4)npm install