This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 746
support npm owner #271
Comments
working on this |
npm adduser logic flow change npm/npm-registry-client@effb4bc no more salt and password_sha, just username and password plaintext |
|
|
fengmk2
added a commit
that referenced
this issue
Mar 15, 2014
* npm 1.4.4+ adduser new flow support * npm author add, rm, ls support
dead-horse
added a commit
that referenced
this issue
Mar 15, 2014
Support npm owner|author add [name] [pkg]. fixed #271
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://www.npmjs.org/doc/cli/npm-owner.html
author add flow:
npm http 200 http://127.0.0.1:7001/-/user/org.couchdb.user:fengmk2
check user eixsts or not first
npm http 304 http://127.0.0.1:7001/cnpmjs.org
check current user if maintainers or not
The text was updated successfully, but these errors were encountered: