Files
aiot-uniapp/.npmrc
pigeon2049 492942295e Increase Node.js memory limit in .npmrc
fix  FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
2025-10-24 09:55:32 +08:00

10 lines
260 B
Plaintext

# registry = https://registry.npmjs.org
registry = https://registry.npmmirror.com
strict-peer-dependencies=false
auto-install-peers=true
shamefully-hoist=true
ignore-workspace-root-check=true
install-workspace-root=true
node-options=--max-old-space-size=8192