Skip to content

nodemon not working #106

Open
Open
@sergioluisfilho

Description

@sergioluisfilho

On server folder, the "start" script is:
image

but you don't have nodemon on your dependencies
image

Install nodemon as dev dependency with -D flag and change scripts to this:
"scripts": { "start": "node index.js", "dev": "nodemon index.js" },

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