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
with the new default --auth-type being web in npm 9 we have unintentionally broken workflows that are using --otp, which has no function in the web auth-type.
Expected Behavior
let's have --otp infer --auth-type=web to unbreak workflows and fix expected beahvior
Steps To Reproduce
In this environment...
With this config...
Run '...'
See error...
Environment
npm:
Node:
OS:
platform:
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
with the new default
--auth-type
being web in npm 9 we have unintentionally broken workflows that are using--otp
, which has no function in theweb
auth-type.Expected Behavior
let's have
--otp
infer--auth-type=web
to unbreak workflows and fix expected beahviorSteps To Reproduce
Environment
The text was updated successfully, but these errors were encountered: