gpt4 book ai didi

node.js - 部署到 Azure 时出现 Npm 错误:fsEvents 平台不受支持

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

当我运行 npm install 时,出现此错误:

npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for
<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="a7c1d4c2d1c2c9d3d4e79689968994" rel="noreferrer noopener nofollow">[email protected]</a>: wanted {"os":"darwin","arch":"any"} (current:
{"os":"win32","arch":"x64"}) npm ERR! notsup Valid OS: darwin npm
ERR! notsup Valid Arch: any npm ERR! notsup Actual OS: win32 npm
ERR! notsup Actual Arch: x64

已询问此问题here但接受的答案(它是可选的)对我不起作用,因为由于 npm 安装失败,我无法发布到 azure。

npm 版本:5.6.0

我已经尝试过:

npm install --no-optional

最佳答案

npm i -f 听起来不是一个好主意......

相反,将 fsevents 添加到可选依赖项(如果 fsevents 在您的 package.json 中):

"optionalDependencies": {
"fsevents": "^2.0.7"
}

关于node.js - 部署到 Azure 时出现 Npm 错误:fsEvents 平台不受支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48898312/

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