View port and resolve port conflict in Windows

View port and resolve port conflict in Windows

netstat -ano

netstat -ano|findstr "9510"

tasklist |findstr "11056"
taskkill /f /t /im "node.exe"

Read More: