Monthly Archives: August 2016

port blocked on windows using node

if the port gets blocked use the following: netstat -o -n -a | findstr 8100 and then taskkill /F /PID ______ (the PID on the right of the list)

Posted in Uncategorized | Leave a comment