Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


Node js
by admin
 at 2021-12-25 12:44:38.

if you are getting the following error trying to run node js apps like angular or react.

[Fixed] ng server – listen EACCES: permission denied 127.0.0.1:4200

try the following:

 

netsh int ipv4 add excludedportrange protocol=tcp startport=4200 numberofports=1
net stop winnat