node.js - npm adduser Incorrect username or password -


i newbie npm. trying create username password npm.

here code:

abhi@abhi-lenovo-z50-70:~/desktop/css_html/with_js$ npm adduser  username: abhishek password:  email: (this public) parikh5555@gmail.com 

npm warn adduser incorrect username or password
npm warn adduser can reset account visiting: npm warn adduser
npm warn adduser https://npmjs.org/forgot npm warn adduser
npm err! linux 3.13.0-24-generic
npm err! argv "/usr/local/bin/node" "/usr/local/bin/npm" "adduser"
npm err! node v6.3.1
npm err! npm v3.10.3 npm err! code e401
npm err! registry returned 401 put on http://registry.npmjs.org/-/user/org.couchdb.user:abhishek

if have registered on https://www.npmjs.com/ , sure username , password correct, delete $home/.npmrc , try adduser again.

this may caused bug recorded here: https://github.com/npm/npm/issues/6545


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -