Window에서 갑자기 잘 쓰던 포트가 안 열릴 때 - listen EACCES: permission denied 0.0.0.0:8443
·
✨ JavaScript/Node.js
https 8443 포트로 사용하고 있던 것이 갑자기 안 열리기 시작했다. 8443 포트를 누가 사용하고 있는지 확인한다 - netstat 명령어를 통해서 확인해봤지만 아무도 사용하고 있지 않았다. https://stackoverflow.com/questions/9164915/node-js-eacces-error-when-listening-on-most-ports Node.js EACCES error when listening on most ports I'm testing out an app (hopefully to run on heroku, but am having issues locally as well). It's giving me an EACCES error when it runs http.Ser..