So i keep getting the "nodemon: permission denied " error. How can i resolve this please
Hi,
I suspect you may have committed your node_modules
folder to your repo. This is not recommended. Packages should be installed as part of the Build Command.
Also, nodemon
is not recommended on Render, just call your start script directly, e.g. node server.js
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.