monitor.io
monitor.io copied to clipboard
Runtime error found, unable to use the module.
(node:13794) DeprecationWarning: Using Buffer without new will soon stop working. Use new Buffer(), or preferably Buffer.from(), Buffer.allocUnsafe() or Buffer.alloc() instead.
.../node_modules/buffers/index.js:185
return this.buffers[pos.buf].get(pos.offset);
^
TypeError: this.buffers[pos.buf].get is not a function at Buffers.get
I use Node.js 7.0.0 and socket.io 1.5.1
I don't think this project is maintained anymore for newer versions of node and socket.io
Same issue here