A memory Heap error occurred on DigitalOcean droplet while trying to build a React app during deploymentThe error is due to the Node.js installation having restricted heap memory, leading to an exceeded memory restriction during the build processTo resolve the error, the heap memory can be adjusted by setting the NODE_OPTIONS to a higher value like '--max-old-space-size=4096'After adjusting the heap memory, running 'yarn build' should work without any errors