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 2.0.9 \node_modules\nodemon\bin\windows-kill.exe is not compatible with the version of Windows 8.1 32-bit #1876

Closed
meganathan-codenatives opened this issue Jul 2, 2021 · 5 comments

Comments

@meganathan-codenatives
Copy link

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

@meganathan-codenatives meganathan-codenatives changed the title windows-kill.exe is not compatible with the version of Windows 8.1 nodemon 2.0.9 \node_modules\nodemon\bin\windows-kill.exe is not compatible with the version of Windows 8.1 Jul 2, 2021
@meganathan-codenatives meganathan-codenatives changed the title nodemon 2.0.9 \node_modules\nodemon\bin\windows-kill.exe is not compatible with the version of Windows 8.1 nodemon 2.0.9 \node_modules\nodemon\bin\windows-kill.exe is not compatible with the version of Windows 8.1 32-bit Jul 2, 2021
@remy
Copy link
Owner

remy commented Jul 2, 2021

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

@meganathan-codenatives
Copy link
Author

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

Yes, It's working now. Thanks

@aguspriyatin80
Copy link

Yes, it works. Thank you very much.

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

Yes, it works. Big thanks

@github-actions
Copy link

github-actions bot commented Jul 8, 2021

🎉 This issue has been resolved in version 2.0.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

@dineshyadav19
Copy link

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.

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

No branches or pull requests

4 participants