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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If not set registry in .npmrc, then generated pnpm-lock.yaml is like this
Then I delete node_ modules folder and set registry, pnpm will use the registry I set.
But I want to install the package with registry set, then generated pnpm-lock.yaml is like this
It will always use the package specified by
resolution
filed, and other developers have poor connectivity with this registry.Therefore, my question is whether there is a way to generate default resolution when registry is used?
Beta Was this translation helpful? Give feedback.
All reactions