gpt4 book ai didi

bash - 安装 npm 包时出错 npm ERR!代码生命周期

转载 作者:行者123 更新时间:2023-12-05 03:51:57 25 4
gpt4 key购买 nike

不知道发生了什么,但我收到以下错误

>npx create-react-app .
>npm i <packages>
>npm install

等等,所以上面的命令都不起作用

错误:

npm ERR! code ELIFECYCLE
npm ERR! syscall spawn C:\Program Files\git\bin\bash.exe
npm ERR! file C:\Program Files\git\bin\bash.exe
npm ERR! path C:\Program Files\git\bin\bash.exe
npm ERR! errno ENOENT
npm ERR! core-js@2.6.11 postinstall: `node -e "try{require('./postinstall')}catch(e){}"`
npm ERR! spawn C:\Program Files\git\bin\bash.exe ENOENT
npm ERR!
npm ERR! Failed at the core-js@2.6.11 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

我发现这主要是 Windows 问题,但我使用 Mac

最佳答案

以管理员身份打开CMD,然后运行:

npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"

关于bash - 安装 npm 包时出错 npm ERR!代码生命周期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62517815/

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