NPM Login

How to troubleshoot NPM problems

AuthorFullName__c
Patrick Russell
articleNumber
000004147
FirstPublishedDate
2018-11-13T23:41:52Z
lastModifiedDate
2021-09-27
VersionNumber
11
When you run an npm login, the npm client will prompt you for your information:

jfrog@jfrog:~/development/npm$ npm login
Username: admin
Password: 
Email: (this IS public) admin@admin.com

On the backend npm will run a PUT request to retrieve a token for future use:
20180523134454|10365|REQUEST|127.0.0.1|anonymous|PUT|/api/npm/npm/-/user/org.couchdb.user:admin|HTTP/1.1|201|153