React-Native/Javascript & Node

window에서 노드 서버 중지 시키는 방법 ( How to kill all node server on windows )

버그매니저 2020. 11. 4. 16:03

1. Terminal창을 켠다. ( open Ternimal )

 

2-1. 명령어 $taskkill /im node.exe 입력

(insert command $taskkill /im node.exe )

 

2-2. 2-1이 안되면 명령어 $taskkill /f /im node.exe 입력

(if 2-1 is not working, insert command $taskkill /f /im node.exe )

반응형