2 years 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.
14 Replies
2 years 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
2 years ago
please share your repo
2 years ago
you have node_modules in your repo
If I forgot to delete that folder, I pushed the branch without placing the gitignore file.
2 years ago
you also have a .env file
2 years 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
2 years ago
no problem!