
Andres Alvarez
PreguntaTengo un error cuando yo ingreso el comando npm adduser pero cuando ingreso el comando me sale el error
Logged in as MiNombreDeUsuario on https://registry.npmjs.org/
yo ya me registre en la pagina de npm hasta ya valide el usuario.
que podria hacer ahi para solucionar este problema ? muchas gracias.

Bulmaro Arellano Navarrete
Hola,
Creo que la documentación tiene la respuesta, Echale un ojo y coméntanos si se solucionó el problema.
Sometimes npm login fails for no obvious reason. The first thing to do is to log in at https://www.npmjs.com/login and check that your e-mail address on https://www.npmjs.com matches the email address you are giving to npm login.
If that's not the problem, or if you are seeing the message "may not mix password_sha and pbkdf2", then
Log in at https://npmjs.com/ Change password at https://npmjs.com/password – you can even "change" it to the same password Clear login-related fields from ~/.npmrc – e.g., by running sed -ie '/registry.npmjs.org/d' ~/.npmrc npm login and it generally seems to work.
Te comparto el link