gpt4 book ai didi

node.js - npm 安装在 nodemon@1.18.9 安装后脚本失败

转载 作者:行者123 更新时间:2023-12-02 12:10:32 27 4
gpt4 key购买 nike

命令“npm install”给我以下错误:

> nodemon@1.18.9 postinstall C:\Users\Nikhil\Music\tab-tracker\server\node_modules\nodemon
> node bin/postinstall || exit 0

npm WARN server@1.0.0 No description
npm WARN server@1.0.0 No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! file bashcls
npm ERR! path bashcls
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn bashcls
npm ERR! nodemon@1.18.9 postinstall: `node bin/postinstall || exit 0`
npm ERR! spawn bashcls ENOENT
npm ERR!
npm ERR! Failed at the nodemon@1.18.9 postinstall 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\Nikhil\AppData\Roaming\npm-cache\_logs\2018-12-16T19_09_40_364Z-debug.log

从错误消息中可以看出,npm install 在nodemon@1.18.9 postinstall 脚本处失败。我尝试过删除 node_modules 文件夹并再次重新运行“npm install”命令,但出现了相同的错误。另外,我尝试按照this answer的建议清理npm缓存。 ,但没有成功。尝试单独安装nodemon会出现与上面相同的错误。

最佳答案

我安装的时候也遇到同样的问题

nodemon

在不同计算机上我现有项目的 devDependency 中。我做了一项研究,找到了一个解决方案来帮助我解决此类问题。发生这种情况是因为安全问题,具体取决于您的操作系统。

解决这个问题:

npm install -g nodemon --unsafe-perm=true --allow-root

PS:这也可能发生在 Electron 中,所以你可以通过 -

来解决
npm install -g electron --unsafe-perm=true --allow-root

关于node.js - npm 安装在 nodemon@1.18.9 安装后脚本失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53805760/

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