gpt4 book ai didi

javascript - 如何使用多个 npm 身份验证 token

转载 作者:行者123 更新时间:2023-12-04 12:57:39 27 4
gpt4 key购买 nike

我需要设置两个不同范围内的多个 npm token

@scope1:registry=https://registry.npmjs.org/
@scope2:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
我试图将身份验证 token 添加到每个范围
@scope1:registry=https://registry.npmjs.org/:_authToken=${TOKEN_1}
@scope2:registry=https://registry.npmjs.org/:_authToken=${TOKEN_2}
但我收到了 405当我尝试安装软件包时。
我尝试查找文档: https://docs.npmjs.com/using-npm/config但我找不到为不同范围指定不同 token 的方法

最佳答案

我联系了 npm 支持并得到以下回复:

Users cannot mix-and-match auth for a single registry. We recommend having a single npm user that's granted access to all of the packages and to use the token for that user.

关于javascript - 如何使用多个 npm 身份验证 token ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64423944/

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