SocketIO on Windows
I found recently that I was unable to install SocketIO on my Windows development platform.
The installation will throw out some errors.
It turns out that EngineIO on npm is the older version and will not work with SocketIO.
The workaround is to :
npm install Automattic/engine.io-client --save
on your local node project.
SocketIO will work after that.
No comments:
Post a Comment