Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running tsviz #43

Open
elouie99 opened this issue Jan 23, 2019 · 1 comment
Open

Error running tsviz #43

elouie99 opened this issue Jan 23, 2019 · 1 comment

Comments

@elouie99
Copy link

Running on MacOS High Sierra, with GraphViz installed and located correctly in /usr/local/bin, get this error:

ROSELCDV000256K:~ $ tsviz stash/data-query/src/nodes/ out.png
Found 37 module(s)
Done
events.js:167
throw er; // Unhandled 'error' event
^

Error: write EPIPE
at WriteWrap.afterWrite [as oncomplete] (net.js:792:14)
Emitted 'error' event at:
at onwriteError (_stream_writable.js:431:12)
at onwrite (_stream_writable.js:456:5)
at _destroy (internal/streams/destroy.js:40:7)
at Socket._destroy (net.js:617:3)
at Socket.destroy (internal/streams/destroy.js:32:8)
at WriteWrap.afterWrite [as oncomplete] (net.js:794:10)

@Berkmann18
Copy link

I got a similar error in a VueJS project with some TS components.

Found 5 module(s)
events.js:180
      throw er; // Unhandled 'error' event
      ^

Error: write EPIPE
    at afterWriteDispatched (internal/stream_base_commons.js:146:25)
    at writeGeneric (internal/stream_base_commons.js:137:3)
    at Socket._writeGeneric (net.js:698:11)
    at Socket._write (net.js:710:8)
    at doWrite (_stream_writable.js:417:12)
    at writeOrBuffer (_stream_writable.js:401:5)
    at Socket.Writable.write (_stream_writable.js:301:11)
    at exports.Graph.Graph.render (/home/maxie/.nvm/versions/node/v12.6.0/lib/node_modules/tsviz/node_modules/graphviz/lib/deps/graph.js:386:18)
    at exports.Graph.Graph.output (/home/maxie/.nvm/versions/node/v12.6.0/lib/node_modules/tsviz/node_modules/graphviz/lib/deps/graph.js:391:8)
    at Object.buildUml (/home/maxie/.nvm/versions/node/v12.6.0/lib/node_modules/tsviz/bin/uml-builder.js:30:7)
Emitted 'error' event at:
    at errorOrDestroy (internal/streams/destroy.js:107:12)
    at onwriteError (_stream_writable.js:432:5)
    at onwrite (_stream_writable.js:459:5)
    at internal/streams/destroy.js:49:7
    at Socket._destroy (net.js:595:3)
    at Socket.destroy (internal/streams/destroy.js:37:8)
    at afterWriteDispatched (internal/stream_base_commons.js:146:17)
    at writeGeneric (internal/stream_base_commons.js:137:3)
    at Socket._writeGeneric (net.js:698:11)
    at Socket._write (net.js:710:8) {
  errno: 'EPIPE',
  code: 'EPIPE',
  syscall: 'write'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants