Skip to content

Missing nodemon devDependency causing npm run dev to fail #8

@rohan-pandeyy

Description

@rohan-pandeyy

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

  1. Clone the repository.
  2. Run npm install.
  3. 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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions