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
a year ago
please don't use nodemon in production
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
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
a year ago
your start script is just server.js
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!