我是npm的新手。我正在尝试使用npm创建用户名密码。
这是我的代码:
abhi@abhi-Lenovo-Z50-70:~/Desktop/CSS_HTML/With_JS$ npm adduser
Username: abhishek
Password:
Email: (this IS public) parikh5555@gmail.com
npm WARN adduser用户名或密码不正确
npm WARN adduser您可以访问:npm WARN adduser
重置您的帐户 npm WARN adduser https://npmjs.org/forgot npm WARN adduser
错误的ERR! Linux 3.13.0-24-通用
错误的ERR! argv“/ usr / local / bin / node”“/ usr / local / bin / npm”“adduser”
错误的ERR!节点v6.3.1
错误的ERR! npm v3.10.3 npm ERR!代码E401
错误的ERR!注册表返回401用于PUT http://registry.npmjs.org/-/user/org.couchdb.user:abhishek
答案 0 :(得分:5)
如果您已在https://www.npmjs.com/上注册并确定您的用户名和密码正确无误,请删除$HOME/.npmrc
并再次尝试adduser
。
这可能是由此处记录的错误引起的:https://github.com/npm/npm/issues/6545
答案 1 :(得分:1)
假设您拥有正确的用户名,则可能忘记了密码。从文档中你应该use this link to reset。
可以找到完整的文档by following this link,您也可以在其中注册。
答案 2 :(得分:1)
我们必须在https://www.npmjs.com/注册才能添加新用户