728x90
Error:
Server running at http://127.0.0.1:80/
events.js:85
throw er; // Unhandled 'error' event
^
Error: listen EACCES
at exports._errnoException (util.js:746:11)
at Server._listen2 (net.js:1112:19)
at listen (net.js:1155:10)
at net.js:1253:9
at dns.js:85:18
at process._tickCallback (node.js:355:11)
at Function.Module.runMain (module.js:503:11)
at startup (node.js:129:16)
at node.js:814:3
Solution:
Node를 실행할 때 sudo를 앞에 붙여서 root 권한으로 실행하면 된다.
예) sudo node HelloWorld.js
반응형
'Development > Javascript' 카테고리의 다른 글
splice 사용법 (2) | 2016.05.04 |
---|---|
Internet Explrorer 10 이하 버전에서 ASCII(byte, raw) 사용할 때 문제점 (0) | 2015.08.04 |
[modernizr] 참고 (0) | 2015.07.20 |
[NPM] how-to-npm을 통해서 npm 배우기 (0) | 2015.05.27 |
[AngularJS] Timestamp 변환 (0) | 2015.05.19 |