monitor.io icon indicating copy to clipboard operation
monitor.io copied to clipboard

Runtime error found, unable to use the module.

Open crazyyi opened this issue 9 years ago • 2 comments

(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

crazyyi avatar Nov 18 '16 11:11 crazyyi

I don't think this project is maintained anymore for newer versions of node and socket.io

HosseinAgha avatar Apr 27 '17 07:04 HosseinAgha

Same issue here

moppymopperson avatar Feb 03 '18 05:02 moppymopperson