1. 程式人生 > >npm run dev報錯

npm run dev報錯

今天看到一個不錯的開源專案DncZeus

按說明執行

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: `vue-cli-service serve --open`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

 

解決辦法:

npm install

速度太慢

cnpm install