DOKK / manpages / debian 12 / node-npmrc / npmrc.1.en
NPMRC.JS(1) User Commands NPMRC.JS(1)

npmrc.js - Switch between different .npmrc files

npmrc

Switch between different .npmrc files with ease and grace.

list all profiles
npmrc [name]
change npmrc profile (uses fuzzy matching)
npmrc -c [name]
create a new npmrc profile called name
npmrc -r [registry]
use an npm mirror

- Australian registry mirror
- European registry mirror
- Chinese registry mirror
default - Default registry

Example:

# Creating and activating a new .npmrc called "work": $ npmrc -c work
# Switch between "work" and "default" $ npmrc work $ npmrc default # Use the European npm mirror $ npmrc -r eu
March 2022 npmrc.js 1.1.1