View port and resolve port conflict in Windows
netstat -ano
netstat -ano|findstr "9510"
tasklist |findstr "11056"
taskkill /f /t /im "node.exe"
View port and resolve port conflict in Windows
netstat -ano
netstat -ano|findstr "9510"
tasklist |findstr "11056"
taskkill /f /t /im "node.exe"