Skip to main content

NPM

Supported Commands

Use these commands with the RepoFlow server:

npm install
npm login --auth-type legacy
npm logout
npm publish
npm dist-tag add <package>@<version> <tag>
npm dist-tag rm <package> <tag>
npm dist-tag ls <package>

Note: Commands that run locally are not listed here but will work as expected.