command not found when starting express backend #46

Open
opened 2025-11-06 14:17:15 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @zilahir on GitHub (Feb 25, 2022).

i am trying to use the react-express-mysql.

when hitting

docker compose build

and then

docker-compose up`

the frontend starts up correctly on the port 3000, however the express backend is not.

backend_1   |
backend_1   | > backend@0.1.0 start-watch
backend_1   | > nodemon src/index.js --inspect=0.0.0.0:9229
backend_1   |
backend_1   | sh: 1: nodemon: not found

Do you happen to know what might be a good fix for this?

Thanks in advance!

Originally created by @zilahir on GitHub (Feb 25, 2022). i am trying to use the `react-express-mysql`. when hitting ``` docker compose build ``` and then ``` docker-compose up` ``` the frontend starts up correctly on the port `3000`, however the express backend is not. ``` backend_1 | backend_1 | > backend@0.1.0 start-watch backend_1 | > nodemon src/index.js --inspect=0.0.0.0:9229 backend_1 | backend_1 | sh: 1: nodemon: not found ``` Do you happen to know what might be a good fix for this? Thanks in advance!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#46