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
I get below errors when trying the example. I'm using Git Bash on Windows.
FAIRUZ-PC+LENOVO@FAIRUZ-PC MINGW32 ~
$ echo '{"foo":"bar"}' | json
Error: EINVAL, invalid argument
at new Socket (net.js:156:18)
at process.stdin (node.js:664:19)
at process.openStdin (node.js:702:14)
at getInput (D:\lib\npm\node_modules\json\lib\json.js:706:29)
at main (D:\lib\npm\node_modules\json\lib\json.js:1343:9)
at Object.<anonymous> (D:\lib\npm\node_modules\json\lib\json.js:1677:5)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
The text was updated successfully, but these errors were encountered:
Hi,
I get below errors when trying the example. I'm using Git Bash on Windows.
The text was updated successfully, but these errors were encountered: