You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
After installing on OSX and running echo '[1, 2, 3]' | json2msgpack I get:
net.js:51
throw new TypeError('Unsupported fd type: ' + type);
^
TypeError: Unsupported fd type: TTY
at createHandle (net.js:51:9)
at new Socket (net.js:156:20)
at Socket.<anonymous> (/usr/local/lib/node_modules/msgpack/bin/json2msgpack:14:9)
at Socket.emit (events.js:117:20)
at _stream_readable.js:944:16
at process._tickCallback (node.js:442:13)
The text was updated successfully, but these errors were encountered:
detunized
added a commit
to detunized/node-msgpack
that referenced
this issue
Jul 14, 2016
After installing on OSX and running
echo '[1, 2, 3]' | json2msgpack
I get:The text was updated successfully, but these errors were encountered: