-
Notifications
You must be signed in to change notification settings - Fork 200
Description
Hi, when I execute node server.js I have this error:
The HTTPS server is up and running
WebSocket Secure server is up and running.
events.js:182
throw er; // Unhandled 'error' event
^
Error: listen EACCES 0.0.0.0:443
at Object._errnoException (util.js:1041:11)
at _exceptionWithHostPort (util.js:1064:20)
at Server.setupListenHandle [as _listen2] (net.js:1305:19)
at listenInCluster (net.js:1370:12)
at Server.listen (net.js:1466:7)
at Object. (/Users/pepe/Projects/WebRTC/SimpleVideoChat/server.js:25:43)
at Module._compile (module.js:573:30)
at Object.Module._extensions..js (module.js:584:10)
at Module.load (module.js:507:32)
at tryModuleLoad (module.js:470:12)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! simple-video-chat@0.1.0 start: node server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the simple-video-chat@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Can you help me?