报错如下:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] 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
报错如下:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] 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