We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pnpm 也会使用 .npmrc,这没什么,但是 pnpm config 会调 npm config,而 corepack 安装 pnpm 时不会携带 npm,然后就会爆 pnpm 能独立运行却依赖 npm config 而没有去判断 npm 存在是坏坏的。
虽然这可以说是 pnpm 的问题,但是我觉得提供一个 registry 的配置项是好的。 用户完全有可能希望在本地使用一个没有提供 search 的 registry 吧。(我确实是)
去输出 pnpm
No response
The text was updated successfully, but these errors were encountered:
feat(manager): set registry manually
28c8e96
solve koishijs#654
2161507
No branches or pull requests
Describe the problem related to the feature request
pnpm 也会使用 .npmrc,这没什么,但是 pnpm config 会调 npm config,而 corepack 安装 pnpm 时不会携带 npm,然后就会爆
pnpm 能独立运行却依赖 npm config 而没有去判断 npm 存在是坏坏的。
Describe the solution you'd like
虽然这可以说是 pnpm 的问题,但是我觉得提供一个 registry 的配置项是好的。
用户完全有可能希望在本地使用一个没有提供 search 的 registry 吧。(我确实是)
Describe alternatives you've considered
去输出 pnpm
Additional context
No response
The text was updated successfully, but these errors were encountered: