Skip to content

update to support higher version of node#58

Open
yjjnls wants to merge 3 commits intoLearnBoost:masterfrom
yjjnls:master
Open

update to support higher version of node#58
yjjnls wants to merge 3 commits intoLearnBoost:masterfrom
yjjnls:master

Conversation

@yjjnls
Copy link

@yjjnls yjjnls commented Apr 10, 2017

var EventEmitter = process.EventEmitter is deprecated in high version of node, use var EventEmitter = require('events') instead.
Otherwise, node will report an error: "Cannot read property 'prototype' of undefined".

yjjnls added 2 commits April 10, 2017 16:36
process.EventEmitter is deprecated and use require('events') instead
@yjjnls yjjnls closed this Apr 26, 2017
@yjjnls yjjnls reopened this Apr 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant