I am trying to run Link :-https://github.com/cytoscape/cytoscape.js/tree/master/documentation/demos/colajs-graph
graph on my local machine, even after following all the mentioned categories in readme file but still it's not working. So, could you kindly tell me how to run this graph in my local machine?
Graph :- https://js.cytoscape.org/demos/colajs-graph/
I am facing the issue with npm run like
`npm run test:js -- -g "my test name" npm ERR! Missing script: "test:js" npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run
npm ERR! A complete log of this run can be found in: npm ERR! /Users/subhraneel/.npm/_logs/2022-11-15T17_01_10_263Z-debug.log `
I am expecting it to see the graph by running npm run command but it is throwing issue's with npm run .