在使用npm run dev启动程序时,报出如下错误:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! datav.jiaminghi.com@2.0.0 dev: `vuepress dev docs`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the datav.jiaminghi.com@2.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/cuihongzhen/.npm/_logs/2019-10-12T03_11_33_427Z-debug.log
问题解决方案:
rm -rf node_modules
rm -rf package-lock.json
npm cache clear --force
npm install