graph.removeNode is not a function
remorses opened this issue · 2 comments
remorses commented
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
Nusserdt commented
Problem still exist. Is there a possibility to update?
Nusserdt commented
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
.