elfstream

Results 1 comments of elfstream
trafficstars

pomelo version: 2.2.5 node version v8.9.4 Same error the answer is here: https://github.com/LearnBoost/websocket.io/issues/55 For short answer just change this: var EventEmitter = process.EventEmitter; into this: var EventEmitter = require('events');