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 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
Is there an existing issue for this?
Current Behavior
with the new default
--auth-typebeing web in npm 9 we have unintentionally broken workflows that are using--otp, which has no function in thewebauth-type.Expected Behavior
let's have
--otpinfer--auth-type=webto unbreak workflows and fix expected beahviorSteps To Reproduce
Environment