Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

npm adduser not working #55

Closed
alexlamsl opened this issue Apr 10, 2016 · 8 comments
Closed

npm adduser not working #55

alexlamsl opened this issue Apr 10, 2016 · 8 comments

Comments

@alexlamsl
Copy link

v8

>ver
Microsoft Windows [Version 6.3.9600]

>node -v
v5.10.1

>npm -v
3.8.3

>npm adduser
Username: <user>
<user>
Password:
Password:<pass typed, not shown>
Email: (this IS public) <email>
Logged in as <user> on https://registry.npmjs.org/.

Notice the problems with duplicated outout, but at least I can login...

chakracore

>ver
Microsoft Windows [Version 6.3.9600]

>node -v
v6.0.0-pre6

>npm -v
3.7.3

>npm adduser
Username: <user>
Password: <pass typed & shown!>

Email: (this IS public)
npm ERR! cb() never called!

I wasn't even offered a chance to type my email after plain-text password entry; it just errs out.

@alexlamsl
Copy link
Author

I have a quick browse through https://github.com/npm/npm/releases between 3.7.3 and 3.8.3, but couldn't find any mentions of adduser except for docs

@jianchun
Copy link

@alexlamsl Thanks for reporting this issue. I can reproduce it with node-chakracore-v6.0.0-pre6, and seems the issue goes away with #52 (which does include NPM 3.8.3). Will keep an eye on this and propose a new release next week to fix it.

@alexlamsl
Copy link
Author

@jianchun I'll be sure to check 6.0.0-pre7 out - thanks!

@jianchun
Copy link

@alexlamsl Please try out 6.0.0-pre7, just published

@alexlamsl
Copy link
Author

@jianchun works like a charm (even without the double prompts that 5.10.1 have) - thanks!

@MylesBorins
Copy link
Member

@alexlamsl can you expand on the double prompt?

@alexlamsl
Copy link
Author

@thealphanerd See the v8 section in the first comment:
#55 (comment)

@jianchun
Copy link

I have also seen the double prompts intermittently.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants