Derock
Explore posts from serversDeployment Failed during build process(node 14)
iirc to change the node.js heap limit, you can set the environment variable
NODE_OPTIONS
to --max-old-space-size=4096
(changing 4096 to whatever you feel fits, this is in megabytes, so 4096 = 4096mb or 4GB)
see the nodejs docs for more info9 replies