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 get this error when i try to run with node v7.8.0
What is going on here? Sorry, i'm new to this JS frontend world ;D
Anyway, the solution should be to update socket.io, according to chjj/tty.js#168
Please adjust the magic numbers in package.json accordingly. That would be greeaat! :DD
I fixed it temporary by editing EventEmitter = require('events'); instead of EventEmitter = process.EventEmitter into various source files in node_modules/socket.io :/
I get this error when i try to run with node v7.8.0
What is going on here? Sorry, i'm new to this JS frontend world ;D
Anyway, the solution should be to update socket.io, according to chjj/tty.js#168
Please adjust the magic numbers in package.json accordingly. That would be greeaat! :DD
I fixed it temporary by editing
EventEmitter = require('events');
instead ofEventEmitter = process.EventEmitter
into various source files in node_modules/socket.io :/Thanks gracefully,
Jonathan
The text was updated successfully, but these errors were encountered: