Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

148
Views
possible "pkill -f node" alternative on windows

I am currently trying to fix:

[nodemon] app crashed - waiting for file changes before starting...

One solution was to run pkill -f node but that is a macOS-specific thing. Any suggestions?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can use the taskill as suggested in comments. Use asterisk for partial name of the process. For example, kill all python scripts:

taskkill -f -im python*

And for your case, the solution can look like:

taskkill -f -im node*

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!