提问人:IFThenElse 提问时间:11/15/2023 更新时间:11/15/2023 访问量:28
更新 yarn 的 NodeJS 问题后
After update NodeJS issue with yarn
问:
我更新了我的代码以使用 NodeJs 18.15 运行。再次在 Jenkins 中运行它后,出现错误:
13:21:53 yarn install --prod=false
13:21:53 yarn install v1.22.19
13:21:53 [1/4] Resolving packages...
13:21:53 [2/4] Fetching packages...
13:21:53 npm ERR! code ERR_INVALID_AUTH
13:21:53 npm ERR! Invalid auth configuration found: `_auth` must be renamed to `/nexus.local/repository/npmjs/:_auth` in user config
13:21:53 npm ERR! Please run `npm config fix` to repair your configuration.`
我将 .yarnrc 更改为:
npmRegistryServer: "http://nexus.local/repository/npmjs/:_auth"
unsafeHttpWhitelist:
- nexus.local
但是我遇到了同样的错误。命令不会更改任何文件。
节点 18.15.0
npm 为 9.5npm config fix
更新时我错过了什么吗?
答: 暂无答案
评论