Skip to content

nodemon 1.10.1 does not restart when source code file changes #895

@xiedwill

Description

@xiedwill

I install the latest nodemon (1.10.1) on Ubuntu 16.04, with node v6.4.0

npm install -g nodemon

then I run

nodemon server.js

and changes server.js, the server would not restart automatically. However, when I install an earlier version, and do the same thing, the server will restart correctly.

npm install -g nodemon@1.10.0

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