gpt4 book ai didi

angular - npm start 不工作 npm(错误!在 apm@0.0.0 启动脚本失败。)

转载 作者:行者123 更新时间:2023-12-05 00:48:19 32 4
gpt4 key购买 nike

我在 link 中使用示例学习 Angular 。但是当我运行 npm start 时,它会显示错误。我搜索了它要求更新 npm 或 angular 版本的解决方案,但我已经在使用最新版本,如下所示

npm -v = 6.4.1

节点 -v = 10.9.0

Angular CLI = 6.1.5

我使用的是 Windows 7

 > apm@0.0.0 start F:\Angular\Angular-GettingStarted-master\APM-Start
> ng serve -o

npm ERR! file bash
npm ERR! path bash
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn bash
npm ERR! apm@0.0.0 start: `ng serve -o`
npm ERR! spawn bash ENOENT
npm ERR!
npm ERR! Failed at the apm@0.0.0 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\AppData\Roaming\npm-cache\_logs\2018-09-
05T16_12_41_076Z-debug.log

最佳答案

您的节点版本似乎太高了。请将节点版本降级到 8.9.0。 (确认您的 npm 版本也根据节点降级)。

删除您的 node_modules 文件夹。

然后依次运行命令:

npm cache clean --force

npm install

npm 重建节点-sass

然后试试:ng serve

关于angular - npm start 不工作 npm(错误!在 apm@0.0.0 启动脚本失败。),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52189758/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com