programs.npm.npmrc

The system-wide npm configuration. See https://docs.npmjs.com/misc/config.

Type
strings concatenated with "\n"
Default
''
  prefix = ''${HOME}/.npm
''
Example
''
  prefix = ''${HOME}/.npm
  https-proxy=proxy.example.com
  init-license=MIT
  init-author-url=https://www.npmjs.com/
  color=true
''
Declared
<nixpkgs/nixos/modules/programs/npm.nix>