Hello, this is my first time deploying a Web service on render. Im trying to deploy the backend of a mern stack app, could someone please correct me why is my build failing?
Hi there,
It looks like you may be running npm
without any commands. For example, do you need to run npm install
or npm ci
to install/build your application. If you are building a frontend, you might need a build command of npm run build
depending on your package.json’s script setup.
Regards,
Keith
Render Support, UTC+10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.