Answers for "npm run build memory limit"

1

increase-memory-limit not working node

NODE_OPTIONS=--max_old_space_size=4096
Posted by: Guest on June-15-2020
0

npm run build memory limit

node --max-old-space-size=8000
Posted by: Guest on June-15-2021
0

npm run build memory limit

node --max-old-space-size=<size>
Posted by: Guest on June-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language