Permissions denied in "start nodemon" script

AnonymousTRIAL

a year ago

Hello community, I have made changes in my repository and when I upload them to Railway it shows me the following error in the "Deploy Logs". Does anyone have any idea how to fix it, it's the first time it happens to me and this project was already running with nodemon.

0 Replies

AnonymousTRIAL

a year ago

52285b4a-86ea-4f58-9dcb-56d4b234fcde


a year ago

please don't use nodemon in production


AnonymousTRIAL

a year ago

I stopped using nodemon and now I'm running the server directly, but I keep getting the permission denied message


a year ago

please share your repo



a year ago

you have node_modules in your repo


AnonymousTRIAL

a year ago

If I forgot to delete that folder, I pushed the branch without placing the gitignore file.


a year ago

you also have a .env file


AnonymousTRIAL

a year ago

Already deleted


AnonymousTRIAL

a year ago

:v


AnonymousTRIAL

a year ago


a year ago

your start script is just server.js


AnonymousTRIAL

a year ago

I had forgotten to put the node command next to my project name, thanks for making me aware of it


a year ago

no problem!