I was trying to run this SVELT GitHub repo on local server:
https://github.com/fusioncharts/svelte-fusioncharts
I tried to launch it with "npm run dev" command. But I am seeing this error:
npm ERR! missing script: dev
I have tried to fix the issue by setting 'ignore-scripts' to false with this command:
npm config set ignore-scripts false
But it doesn't work.
How can I fix the issue?
npm iafter you cloned it, like they state in the docs?package.jsondoes not have a script nameddevdevscript in thepackage.json. At this point you should open an issue to ping maintainers to clarify the README.