MyNixOS website logo

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

Declarations
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
''