npm adduser报错npm ERR! Unable to authenticate, need: Basic?

发布于 2022-09-11 21:33:57 字数 1056 浏览 22 评论 0

npm adduser 输入完邮箱然后回车 报错

npm ERR! code EAUTHUNKNOWN
npm ERR! Unable to authenticate, need: Basic

npm adduser 输入完邮箱然后回车

npm -v 版本6.4.1
看之前有人说换一个邮箱,也不行,还是报这个错误
也多人说把npm切换到6.9.0版本,报了另一个错误
说密码不正确
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 adduser
Username: moon
Password: 111111
Email: (this IS public) zjwzjw1122@126.com
npm ERR! code EAUTHUNKNOWN
npm ERR! Unable to authenticate, need: Basic


有哪位大神指导指导!!!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

自在安然 2022-09-18 21:33:57

我同样报这个错,是因为我的username以前被注册过,我自己不记得了,现在换了个邮箱用同一个username来注册,就会出现这个提示。这种情况可以去提示里https://www.npmjs.com/forgot 输入用户名,会接受到验证邮件。由于我之前注册的邮箱,是上一个公司的企业邮箱,所以没法这样找回,就换了个username重新注册

画▽骨i 2022-09-18 21:33:57

解决了,到时候整理成文章吧,太多坑。心好累,一下午都在搞这个。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文