将NPM升级到14.16.0,npm升级到7.6.2后运行npm install,我的Node版本是10.15.0,npm版本是6.8.4
得到这个错误-
npm ERR! code E401
npm ERR! Incorrect or missing password.
npm ERR! If you were trying to login, change your password, create an
npm ERR! authentication token or enable two-factor authentication then
npm ERR! that means you likely typed your password in incorrectly.
npm ERR! Please try again, or recover your password at:
npm ERR! https://www.npmjs.com/forgot
npm ERR!
npm ERR! If you were doing some other operation then your saved credentials are
npm ERR! probably out of date. To correct this please try logging in again with:
npm ERR! npm login
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/xyz/.npm/_logs/2021-04-15T18_55_07_993Z-debug.log
发布于 2022-01-18 16:33:50
在Node16.x.x上,也有同样的问题。,我已经从这个主题开始做了所有的事情,这里提到的那些主题都没有帮助到我!
唯一帮助我登录的是我从- 删除了节点16.x.x和安装了节点14.8.1
https://stackoverflow.com/questions/67114659
复制相似问题