Exited with status 127 while running your code.

You probably have nodemon listed in your devDependencies, which are not available at runtime on Render.

You also don’t need nodemon on Render, Render will restart/keep your service running as long as it is supposed to be. node server.js is a sufficient start command on Render.

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