Permissions denied in "start nodemon" script
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
Project ID:
52285b4a-86ea-4f58-9dcb-56d4b234fcde
52285b4a-86ea-4f58-9dcb-56d4b234fcde
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
please share your repo
GitHub
GitHub - prestto03/EnvioCorreo: Endpoint realizado con Express
Endpoint realizado con Express. Contribute to prestto03/EnvioCorreo development by creating an account on GitHub.
you have node_modules in your repo
If I forgot to delete that folder, I pushed the branch without placing the gitignore file.
you also have a .env file
Already deleted
:v
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
no problem!