You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running the example and I get these sorts of errors after a while.
localhost:~/eventsource-h5d$ sudo node app.js
Listening on port 80
child_process.js:470
throw errnoException(errno, 'spawn');
^
Error: spawn Unknown system errno 12
at errnoException (child_process.js:507:11)
at ChildProcess.spawn (child_process.js:470:11)
at child_process.js:367:9
at Object.execFile (child_process.js:277:15)
at child_process.js:244:18
at Object.uptime as _onTimeout
at Timer.ontimeout (timers.js:84:39)
The text was updated successfully, but these errors were encountered:
I've been running the example and I get these sorts of errors after a while.
localhost:~/eventsource-h5d$ sudo node app.js
Listening on port 80
child_process.js:470
throw errnoException(errno, 'spawn');
^
Error: spawn Unknown system errno 12
at errnoException (child_process.js:507:11)
at ChildProcess.spawn (child_process.js:470:11)
at child_process.js:367:9
at Object.execFile (child_process.js:277:15)
at child_process.js:244:18
at Object.uptime as _onTimeout
at Timer.ontimeout (timers.js:84:39)
The text was updated successfully, but these errors were encountered: