Describe the bug
The dev script in package.json relies on nodemon to start the server, but nodemon is not listed in devDependencies or dependencies. This causes the development server to fail upon first run after a fresh clone and install.
Steps to reproduce
- Clone the repository.
- Run
npm install.
- Run
npm run dev.
Expected behavior
The development server should start successfully using nodemon.
Actual behavior
The command fails with the following error:
'nodemon' is not recognized as an internal or external command,
operable program or batch file.
Screenshot

Describe the bug
The dev script in
package.jsonrelies onnodemonto start the server, butnodemonis not listed indevDependenciesordependencies. This causes the development server to fail upon first run after a fresh clone and install.Steps to reproduce
npm install.npm run dev.Expected behavior
The development server should start successfully using
nodemon.Actual behavior
The command fails with the following error:
'nodemon' is not recognized as an internal or external command, operable program or batch file.Screenshot