npm

npm is the package manager shipped with Node.

Commands

List your account's tokens.

npm token list

Add an owner to a package. This is handy if you get locked out of the the root package.

npm owner add <user> <package-spec>

Resources

npm
Interactive graph
On this page
Commands
Resources