.npmrc 260 B

123456789
  1. # registry = https://registry.npmjs.org
  2. registry = https://registry.npmmirror.com
  3. strict-peer-dependencies=false
  4. auto-install-peers=true
  5. shamefully-hoist=true
  6. ignore-workspace-root-check=true
  7. install-workspace-root=true
  8. node-options=--max-old-space-size=8192