Deployment stuck on Building

Not sure what to do here, I’ve specified Node version and am running ‘npm run start’ as my build command to start my react webapp, which works locally, but is stuck on building here.

‘npm run build’ leaves me stuck on this:

image

Hi,

This looks like a Static Site, so you wouldn’t want to npm start you would likely want to npm run build.

Trying to start a server in the Build Command, would make it appear stuck as the process never closes.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.