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
After I finished install of Graphviz app & npm package of node-graphviz,,
when I type this command "node hello_world.js" at Mac terminal, I've noticed under error message.
I use Graphviz ver 1.13 , node.js ver 0.3.1, npm ver 0.2.10-1.
If you know how to solve this error, tell me solution, please.
node.js:50
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: EPIPE, Broken pipe
at Stream._writeImpl (net.js:139:14)
at Stream._writeOut (net.js:558:25)
at Stream.write (net.js:491:17)
at [object Object].render (/usr/local/lib/node/.npm/graphviz/0.0.3/package/lib/deps/graph.js:330:18)
at [object Object].output (/usr/local/lib/node/.npm/graphviz/0.0.3/package/lib/deps/graph.js:335:8)
at Object. (/Users/user/Documents/workspace/testNodeJS/graphviz-0.0.3/tests/hello_world.js:20:3)
at Module._compile (node.js:329:23)
at Object..js (node.js:337:12)
at Module.load (node.js:260:25)
at Array. (node.js:351:24)
The text was updated successfully, but these errors were encountered:
After I finished install of Graphviz app & npm package of node-graphviz,,
when I type this command "node hello_world.js" at Mac terminal, I've noticed under error message.
I use Graphviz ver 1.13 , node.js ver 0.3.1, npm ver 0.2.10-1.
If you know how to solve this error, tell me solution, please.
node.js:50
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: EPIPE, Broken pipe
at Stream._writeImpl (net.js:139:14)
at Stream._writeOut (net.js:558:25)
at Stream.write (net.js:491:17)
at [object Object].render (/usr/local/lib/node/.npm/graphviz/0.0.3/package/lib/deps/graph.js:330:18)
at [object Object].output (/usr/local/lib/node/.npm/graphviz/0.0.3/package/lib/deps/graph.js:335:8)
at Object. (/Users/user/Documents/workspace/testNodeJS/graphviz-0.0.3/tests/hello_world.js:20:3)
at Module._compile (node.js:329:23)
at Object..js (node.js:337:12)
at Module.load (node.js:260:25)
at Array. (node.js:351:24)
The text was updated successfully, but these errors were encountered: