Nuxt Fatal Error: listen EACCES: permission denied
I’m unsure why I get this error when I try to debug a Nuxt application with npm run dev.
The error text:
Error: listen EACCES: permission denied [IP Address]:3000
This happens after a reboot on Windows 10 running the app in PowerShell.
To get around the error run the following commands under an Admin PowerShell:
net stop winnat
net start winnat