We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 -v: ^1.18.6
nodemon -v
node -v: v10.13.0
node -v
Operating system/terminal environment: macOS 10.13.6
nodemon restarts on change
[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
The text was updated successfully, but these errors were encountered:
@Evilu I have a same problem It's working on Apollo Server but not working on Express or Hapi.js
Sorry, something went wrong.
Dupe of #1455
Cannot read property 'map' of undefined
Successfully merging a pull request may close this issue.
nodemon -v
: ^1.18.6node -v
: v10.13.0Operating system/terminal environment: macOS 10.13.6
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
The text was updated successfully, but these errors were encountered: