Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodemon crashes on change #1456

Closed
Evilu opened this issue Nov 22, 2018 · 2 comments
Closed

nodemon crashes on change #1456

Evilu opened this issue Nov 22, 2018 · 2 comments

Comments

@Evilu
Copy link

Evilu commented Nov 22, 2018

  • nodemon -v: ^1.18.6

  • node -v: v10.13.0

Operating system/terminal environment: macOS 10.13.6

  • Command you ran:
    nodemon start

Expected behaviour

nodemon restarts on change

Actual behaviour

[nodemon] restarting due to changes...
/appDir/node_modules/nodemon/lib/monitor/run.js:336
spawn('kill', ['-s', sig, child.pid].concat(kids.map(p => p.PID)))
^

TypeError: Cannot read property 'map' of undefined

Steps to reproduce


@iviaks
Copy link

iviaks commented Nov 22, 2018

@Evilu
I have a same problem
It's working on Apollo Server but not working on Express or Hapi.js

@remy
Copy link
Owner

remy commented Nov 22, 2018

Dupe of #1455

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants