resume-cli: Unable to publish resume
Hello guys,
I’m on Ubuntu 15.10, and whenever I try to do a resume publish
I get the menu, but if I select the Publish to your account.
then I get the prompt asking for the email but whichever key I press it just drops to the bash CLI. So I’m not able to enter the email or other details.
It works for registering though.
Maybe it is related to https://github.com/jsonresume/resume-cli/issues/178
npm -v #3.3.12
node -v #v5.3.0
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 7
- Comments: 31 (8 by maintainers)
I had the same issue. Running
resume login
then trying to publish solved it.@hilalh is right though, the registry is down at the moment.
Hi all,
I believe I have found the cause of this issue. It is happening because it is trying to do an async request by calling the method “publishResume” in the case “customPublish”. I have tried by wrapping it all inside async.series in my local copy and it works perfectly.
Hi Guys,
I’m having a similar issue with the resume publish command. After I’m publishing I am asking for typing my account details. But when I typing enter to continue in order to type my password, the console quits the authentication process when I press any key.
Is it some kind of a bug?
npm version: 4.2.0 Node version: 7.9.0
Attached a screenshot describing the last result of the authentication process.
Awesome feature btw!
Thanks @adrianblynch I needed to do
resume login
.Now I have another problem, since it wasn’t working before, because I needed to login first, I registered another account using the same email.
The problem is that now I have both URLs active (old and new
account name
) but can’t switch from oneaccount name
to the other. 😦Any pointers on this? @thomasdavis