node-graphviz icon indicating copy to clipboard operation
node-graphviz copied to clipboard

graph.removeNode is not a function

Open remorses opened this issue 5 years ago • 2 comments

I think you need to release the last changes in the repository, in the current code there is a removeNode function on the graph object but the npm version is missing that feature

remorses avatar Aug 26 '20 15:08 remorses

Problem still exist. Is there a possibility to update?

Nusserdt avatar Feb 14 '22 07:02 Nusserdt

To fix this problem dirty, you can use

npm install https://github.com/glejeune/node-graphviz/tarball/master --save

to download the current repository via npm.

Nusserdt avatar Feb 14 '22 07:02 Nusserdt