Skip to content
Spinning Idea edited this page Jun 24, 2026 · 4 revisions

Process Management

cmd "/C TASKKILL /IM node.exe /F"
bash -c "pkill -f 'node.*server.js'"

Typescript

Clone this wiki locally