donaricano-btn

1. node 혹은 npm start 시 에러 발생

-  Something is already running on port 3000 


2. 해결방안

1) linux/mac

- $ lsof -i tcp:3000

- $ kill -i PID

2) window

- $ netstat -ano | findstr :3000

- $ tskill PID


블로그 이미지

리딩리드

,