npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "run" "dev"
npm ERR! node v6.7.0
npm ERR! npm v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! douyu@1.0.0 dev: node build/dev-server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the douyu@1.0.0 dev script 'node build/dev-server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the douyu package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node build/dev-server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs douyu
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls douyu
npm ERR! There is likely additional logging output above.
说我node和npm版本低了?可是我这版本号基本上是最新的啊,难道node要更新要6.9?在以前的项目里也是vue-2.0都可以运行的,今天新建一个项目就报错了
牧羊人nacy
相关分类