Published
- 1 min read
npm port already in use
The solution for this is noted below
npm port already in use
Solution
$ lsof -i tcp:3000
$ kill -9 PID
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
$ lsof -i tcp:3000
$ kill -9 PID
Try other methods by searching on the site. That is if this doesn’t work