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
I came across this too, my package uses a private registry at the moment and I was hoping the general registry setting in .npmrc would let me use the private one.
In corporate environments, it highly likely that you cannot reach registry.npmjs.org directly and will be required to use an internal mirror. Sadly, syncpack doesn't seem to honor the npm config registry value and always requests packages from registry.npmjs.org.
Just looking at the code, it seems this the only place where the registry URL is hard-coded:
Description
In my .npmrc file I have custom npm registries for some scoped packages like
Suggested Solution
It would be nice if the update command
Could respect the custom registries as currently it doesn't show any available updates.
As a reference, the NCU tool currently supports it, but would be nice to do this with Syncpack to avoid using one more tool. It looks like this there:
The text was updated successfully, but these errors were encountered: