我的节点版本是 10.15.0,NPM 版本是 6.8.4 在将 npm 升级到 14.16.0 并将 npm 升级到 7.6.2 后运行 npm install
收到此错误 -
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
原文由 user15650989 发布,翻译遵循 CC BY-SA 4.0 许可协议
如果您还没有这样做,请在升级节点版本后运行命令“npm install”之前尝试删除 package-lock.json 文件。
如果这不起作用,请尝试删除 $HOME 目录中的 .npmrc 文件,如本文所述。
NPM ERR 代码 E401:无法验证,需要:Bearer 授权
注意 - 删除 package-lock.json 可能有其自身的问题,如本文中所述,因此除非您找到更好的解决方案,否则请使用此解决方案。
删除 `package-lock.json` 以快速解决冲突