首页 > 解决方案 > Npm start 给出错误

问题描述

每个人!我正在尝试npm run在 Windows 10 上按命令运行默认任务。这是我在使用它时遇到的错误。

npm ERR! code ELIFECYCLE
npm ERR! errno 9
npm ERR! builderLight@0.0.15 start: `bower install && gulp --debug`
npm ERR! Exit status 9
npm ERR!
npm ERR! Failed at the builderLight@0.0.15 start 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!     C:\Users\User\AppData\Roaming\npm-cache\_logs\2018-04-29T15_01_45_882Z-debug.log

如何修复这个错误?

标签: node.jsnpmnpm-start

解决方案


您只需先运行:npm install 或 bower install


推荐阅读