Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Npm adduser
-
This fails like this. Is there something missing ?
npm config set registry http://localhost:81/npm/Pearson This is my local server. The default credentials are Admin/Admin. npm adduser Username: Admin
npm WARN Username must be lowercase
Username: admin
Password:
Email: (this IS public)
Email: (this IS public) Mohan.Radhakrishnan@cognizant.com
npm WARN adduser Incorrect username or password
npm WARN adduser You can reset your account by visiting:
npm WARN adduser
npm WARN adduser https://npmjs.org/forgot
npm WARN adduser
Product: ProGet
Version: 3.8.6
-
Based on the message, it would appear the registry is not pointing to ProGet, but is instead pointing to npmjs.org. I would do a wireshark or fiddler trace to see where it's actually going, and note what's being passed through.