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
Passing in the flag --auth will forward to an Authorization header which works for retrieving the package details.
However, if you are relying on an npm login session for the final spawnInstall, the authentication is only recognized for the default https://registry.npmjs.org registry
Details
Passing in the flag --auth will forward to an
Authorization
header which works for retrieving the package details.However, if you are relying on an
npm login
session for the finalspawnInstall
, the authentication is only recognized for the defaulthttps://registry.npmjs.org
registryThe following change overrode the system default with an explicit default.
v1.10.2...v1.11.0#diff-910193ee18e1d63616f5f4408fca259bR284
I'm proposing an update that matches the default registry with what's on https://docs.npmjs.com/using-npm/registry.html
Expected
Default registry passed into
installPeerDeps
should matchNPM
's default registry ofhttps://registry.npmjs.org
Actual
Default registry passed into
installPeerDeps
is non-standardhttps://registry.npmjs.com
The text was updated successfully, but these errors were encountered: