You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To configure the server, I create a config.json file then pass it to the server bootstrap command.
"npmRegistry": "http://npm.xxxx.cn",
But I found that when pnpm install packages, it bypassed the npmRegistry config and directly used the global registry config.
As a result, the packages in the private npm registry could not be loaded correctly. The solution can only be achieved by modifying the global registry config.
Is it a bug or a feature?
The text was updated successfully, but these errors were encountered:
To configure the server, I create a
config.json
file then pass it to the server bootstrap command.But I found that when pnpm install packages, it bypassed the npmRegistry config and directly used the global registry config.
As a result, the packages in the private npm registry could not be loaded correctly. The solution can only be achieved by modifying the global registry config.
Is it a bug or a feature?
The text was updated successfully, but these errors were encountered: