question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nodemon 2.0.9 \node_modules\nodemon\bin\windows-kill.exe is not compatible with the version of Windows 8.1 32-bit

See original GitHub issue

This version of \node_modules\nodemon\bin\windows-kill.exe is not compatible with the version of Windows you’re running. Check your computer’s system information and then contact the software publisher. (node:4396) UnhandledPromiseRejectionWarning: Error: Command failed: start “windows-kill” /min /wait “\node_modules\nodemon\bin\windows-kill.exe” -SIGINT 3752 This version of \node_modules\nodemon\bin\windows-kill.exe is not compatible with the version of Windows you’re running. Check your computer’s system information and then contact the software publisher.

at checkExecSyncError (child_process.js:616:11)
at execSync (child_process.js:652:15)
at kill (\node_modules\nodemon\lib\monitor\run.js:360:5)
at Function.run.kill (\node_modules\nodemon\lib\monitor\run.js:425:7)
at Bus.<anonymous> (\node_modules\nodemon\lib\monitor\run.js:495:7)
at Bus.emit (events.js:327:22)
at restartBus (\node_modules\nodemon\lib\monitor\watch.js:228:7)
at FSWatcher.filterAndRestart (\node_modules\nodemon\lib\monitor\watch.js:212:16)
at FSWatcher.emit (events.js:315:20)
at FSWatcher.emitWithAll (\node_modules\chokidar\index.js:540:8)

(node:4396) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
remycommented, Jul 2, 2021

Can you install npm i -g nodemon@debug and try with this version and let me know the outcome?

0reactions
dineshyadav19commented, Jul 12, 2021

Can you install npm i -g nodemon@debug and try with this version and let me know the outcome?

Hello @remy. I have been scratching my head over this issue and finally, I came across this solution. Thank You.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found