【发布时间】:2021-04-15 19:06:35
【问题描述】:
我的 Node 版本是 10.15.0,NPM 版本是 6.8.4 升级后运行 npm install npm 到 14.16.0 和 npm 到 7.6.2
收到此错误 -
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
【问题讨论】:
标签: javascript node.js npm