我在项目中使用节点js进行实时流式传输 它工作正常,但现在我的服务器发生了一些变化,我需要再次在我的服务器上安装节点 以前它的工作,但现在它给我以下错误
Error: Connection lost: The server closed the connection.
at Protocol.end (/home/deemtech/public_html/dev/chem/app/webroot/js/node/node_modules/mysql/lib/protocol/Protocol.js:73:13)
at Socket.onend (_stream_readable.js:483:10)
at Socket.g (events.js:175:14)
at Socket.EventEmitter.emit (events.js:117:20)
at _stream_readable.js:920:16
at process._tickCallback (node.js:415:13)
节点版本:v0.10.18
我怎么能解决这个错误
提前致谢