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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
In the latest build (as of commit 6df574b) Node throws an error when trying to listen on port 80.
I'll check the source out, but this is just to flag the issue.
node.js:202
throw e; // process.nextTick error, or 'error' event on first tick
^
ReferenceError: self is not defined
at Array. (net.js:642:7)
at EventEmitter._tickCallback (node.js:194:26)
Cheers, Kenan.
The text was updated successfully, but these errors were encountered:
In the latest build (as of commit 6df574b) Node throws an error when trying to listen on port 80.
I'll check the source out, but this is just to flag the issue.
node.js:202
throw e; // process.nextTick error, or 'error' event on first tick
^
ReferenceError: self is not defined
at Array. (net.js:642:7)
at EventEmitter._tickCallback (node.js:194:26)
Cheers, Kenan.
The text was updated successfully, but these errors were encountered: