v2.0.8 [Windows 10] globally installed nodemon broken (looking for windows-kill.exe locally)
See original GitHub issueWith the new ‘windows-kill’ merge in version 2.0.8 it brakes globally installed nodemon restarts. It says it is looking for the windows-kill binary in the local node_modules folder, but obviously if I am running nodemon from a global install, it’s package wont be in the local node_modules
Here is the error I receive; and you can see I dont have nodemon installed locally on this project
Here is the same project using nodemon 2.0.7; and the global nodemon works fine
nodemon -v
: 2.0.8node -v
: 16.4.0- Operating system/terminal environment: Windows 10
- Command you ran: nodemon src/main.ts
Steps to reproduce
Install nodemon with npm i -g npm@latest
, verify its version 2.0.8 with nodemon -v
then run nodemon without a local project install
I want to clarify, that a local install within the project will work with v2.0.8; its just when you try to run it from a global only install
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
How to exit nodemon on a windows - Stack Overflow
Show activity on this post. Go to --> C:\Users\username\AppData\Roaming\npm\node_modules\nodemon\bin. In bin folder there is windows-kill.exe file.
Read more >v2.0.8 [Windows 10] globally installed nodemon broken (looking for ...
With the new 'windows-kill' merge in version 2.0.8 it brakes globally installed nodemon restarts. It says it is looking for the windows-kill binary...
Read more >Appendix E. MySQL Change History
For information about changes in previous release series of the MySQL database software, see the corresponding version of this Manual. For information about ......
Read more >Untitled
Rhoa recap march 10, Carrefour ouvert dimanche 93, Jose manuel ramirez perez, ... E tender apcpdcl, Surname search usa, Php merge more than...
Read more >BLOG - Vani High School
October 5, 2017 at 8:36 AM Windows 7 download free download full version freechemdraw ultra free download for windows 10free download ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m 90% sure this is fixed in the debug build so I’m going to ship it.
@Ericarthurc thanks for the clear explanation 👍