Murali-group / GraphSpace

The interactive graph sharing website.
http://graphspace.org
GNU General Public License v2.0
30 stars 41 forks source link

Issue#378 update cytoscape.js version #387

Open JingVT opened 6 years ago

JingVT commented 6 years ago

Update Cytoscape.js to v3.2.17. For compatibility, we need to upgrade cytoscape-context-menus to version 3.0.6 as well.

Task list for making sure all features related to Cytoscape.js work properly:

Useful Reference: Announcing Cytoscape.js 3.0.0

JingVT commented 5 years ago

Possible issue: image

Solution:
uninstall bower: sudo npm -g uninstall bower check if it is still here which bower if it will show you something like /usr/local/bin/bower then rm <path from previous command> set npm registry URL: npm config set registry="http://registry.npmjs.org/" install bower: sudo npm -g install bower

JingVT commented 5 years ago

Update cytoscape: bower update cytoscape-context-menus bower update cytoscape