报错日志:
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
解决npm start错误
本文记录了一个关于使用 angular-adminlte-plugin 版本 0.1.0 时遇到的 npm start 命令失败的问题。主要错误在于运行 dev 脚本时出现异常退出状态 1。建议首先确保已安装最新版本的 Node.js 和 npm,然后尝试重新安装依赖包并再次运行 npm start。
11万+

被折叠的 条评论
为什么被折叠?



