Install react-cytoscapejs and cytoscape
masterTo use react-cytoscapejs, you must also install cytoscape. It is recommended to specify a version of cytoscape (3.2.19 or newer) to ensure compatibility with the expected semver range.
# Using npm
npm install react-cytoscapejs
npm install cytoscape@3.x.y
# Using yarn
yarn add react-cytoscapejs
yarn add cytoscape@3.x.y