date created: Friday, May 16th 2025, 4:49:20 pm
date modified: Friday, May 16th 2025, 4:49:20 pm
tags:
- npm
- node
- javascript
title: What is npm?
permalink: what-is-npm
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>