npm-config Command Examples

Manage the npm configuration settings. More information: https://docs.npmjs.com/cli/commands/npm-config.

npm config list

npm config list --json

npm config get {{key}}

npm config set {{key}}={{value}}

npm config delete {{key}}

npm config edit

npm config fix