nodejs error Windows_NT 6.1.7601 21 error code ELIFECYCLE 22 error angular-adminlte-plugin@0.1.0

来源:互联网 发布:双硬盘安装ubuntu 编辑:程序博客网 时间:2024/06/05 16:46

报错日志:

17 error Windows_NT 6.1.7601

18 error argv "D:\\Program Files\\nodejs\\node.exe" "D:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
19 error node v6.10.3
20 error npm  v3.10.10
21 error code ELIFECYCLE
22 error angular-adminlte-plugin@0.1.0 start: `npm run dev`
22 error Exit status 1
23 error Failed at the angular-adminlte-plugin@0.1.0 start script 'npm run dev'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the angular-adminlte-plugin package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     npm run dev
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs angular-adminlte-plugin
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls angular-adminlte-plugin
23 error There is likely additional logging output above.

24 verbose exit [ 1, true ]


先执行 npm i      在执行 npm start

原创粉丝点击