erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

Possible EventEmitter memory leak detected #1224

Closed arman-mukatov closed 8 years ago

arman-mukatov commented 8 years ago

Hi guys!

I have a problem :)

I run the command "npm run dev", opened application in a browser, after which the "node" runs multiple processes, it is normal behavior? (see screenshot), because of this all hangs, also get an error - Possible EventEmitter memory leak detected. any idea? thanks

node version - 6.3.0

127 0 0 1 - putty 2016-07-13 12 19 08

arman-mukatov commented 8 years ago

After several hours of searching, I finally found a solution. The problem was in the library "piping@1.0.0-rc.2", downgrade to 0.3.0 @, and it solves the problem.