# npm 配置文件 # 设置编码 registry=https://registry.npmjs.org/ loglevel=info color=true unicode=true # 设置环境变量 node-options=--max-old-space-size=4096 # 设置日志格式 progress=true timing=true # 设置缓存 cache-min=3600 prefer-offline=true # 设置安全选项 audit=false fund=false