Hi -
I’m trying to deploy a static site made of a collection of HTML-CSS-JS (vanilla, no framework) files that are bundled with Parcel. I’m able to build and run locally, however the build keeps failing in Render with no error code to debug from.
Example output below:
AM ==> Running build command ‘npm start’…
AM
AM > client@1.0.0 start /opt/render/project/src
AM > parcel ./*.html
AM
AM Server running at http://localhost:10000
AM Building…
AM Bundling…
AM Packaging & Optimizing…
AM Built in 1.92s
AM ==> Build failed
This keeps happening repeatedly and I’ve tried making some of the modifications from the forums here.
Appreciate any help!