-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
03 login : unable to create new user #55
Comments
I should add that I am running nodeJs on a cloud9 server. |
Getting the same error here (Local installation of node) |
also having this issue on cloud9
|
I had a similar issue though not on C9.io... I was getting Turns out that my username was already taken but the error message wasn't helpful. I ended up going to the npm website and signing up there - with a now modified username - and then used the Hope that helps someone. |
@huw remember that it should be a test environment and you shouldn't have
|
O_O oh... err... oops. Time to backtrack. |
I had the same error because the user I was creating was the same name as my logged in user on my machine. Once I used a different name it worked. |
i am facing this error: npm ERR! Linux 4.2.0-c9 npm ERR! Error: connect ECONNREFUSED 127.0.0.1:15443 npm ERR! Please include the following file with any support request: how to resolve this? I added entirely new user with new username and password and new email but exactly same error! |
I have been getting that same error for weeks now... I don't know what to do. I am also on Cloud 9. Do they just have a problem? |
I am also facing the same problem maddymaster:~/workspace/myproject $ npm adduser npm ERR! Error: connect ECONNREFUSED 127.0.0.1:15443 npm ERR! Please include the following file with any support request: and this is my package.json what can be the problem? I have tried everything including starting over again on how-to-npm with a completely new user no go. |
I solved this by starting a new cloud9 workspace for node.js and comparing things. It turned out that my package.json file had some major changes in it after doing one of the npm solutions. You can also just pull your repository of work into a new cloud9 workspace and delete your old package.json file.
|
thank you @legend911 I will create a new workspace again and try out. I will share the outcome here once done :) |
Hi. I just tried this, like part of Free Code Camp path and, you now where the problem is here? Well... I'm sorry to say this, but the problem is that this part
Is, well... not true. At least it seems that way. And when you
Well: it doesn't seems pretty much imaginary to me, you know? https://www.npmjs.com/~pineapplesama If the text of this 03 really doesn't pretend to mislead people into creating real accounts, I think it's failing on it. Maybe I'm wrong, but this is the feeling I have right now. |
When you check the configuration, the repository is the default. So to make it work, you need to switch the process 03 Start a Project and 02 Login. First, create a project, then your npmrc will be used properly ! |
This worked, great find. Thank you so much. |
If you came here from FreeCodeCamp and are getting this error on Cloud9, please see the solution posted by celogeek |
Trying to go through 03 login but unable to add a user with the adduser command.
This is the message i get in my npm-debug file:
and this is what i get after trying to add a user:
Any help on how to solve the problem would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: