node-graphviz
node-graphviz copied to clipboard
graph.removeNode is not a function
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
Problem still exist. Is there a possibility to update?
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.