Closed d2fong closed 7 years ago
Seems to work now with Node 7.7.1, but I am unsure why...
Wasn't following the repo, so I missed this.
Anyway, it should work in node@6
. That's what I'm using. It gives warnings about graceful-fs in 6, but it should still work. There are no guarantees it will work in 7, though.
In order to fix this, we need to upgrade to gulp@4
. Currently, it's not released yet:
Instead of npm install -g slush-cytoscape-extension
you need cd slush-cytoscape-extension && npm link
You need to do npm remove -g slush-cytoscape-extension
first to get rid of the remote install.
@d2fong I've updated unstable with improvements:
Let me know if it works for you, and we can then push an update to npm.
Okay I will test it out
@maxkfranz I have been playing around with these new changes and they seem to work fine for me. I haven't been noticing any problems so I think it should be fine to push an update.
@maxkfranz oh I actually do run into 1 minor issue.
I get
cytoscape.min.js:63 The style property `curve-style: bezer` is invalid
When I load the demo.
Here is what I do:
And I get the following:
Furthermore, when installing slush-cytoscape-extension, I get the following related message:
Throws an error related to deprecated packages incompatible with node versions >= 7 (but it still doesn't work for node 6.
Versions I tried:
Versions that seem to work: