npm 登录问题
javascript
npm login --auth-type=legacy
报错
原因
npm源非npm本身源,需要切换:
查看源
bash
nrm ls
切换为npm源
bash
nrm use npm
重新登录
输入OTP验证后登录成功 :