graphsense-dashboard
graphsense-dashboard copied to clipboard
How to run the repo?
Hello, apologies for the question, I am not an expert in node.js or vite.js . I am having difficulties running this project.
I clone the repo, install the dependencies with npm install, and when I then run npm run dev and go to http://localhost:3000/ , I get the following error in the terminal:
[vite] Internal server error: Compilation failed
-- MISSING SOURCE DIRECTORIES ----------------------------------------- elm.json
I need a valid elm.json file, but the "source-directories" field lists the
following directories:
plugins/casemgm/generated
plugins/casemgm/src
I cannot find them though. Are they missing? Are there typos?
Dependencies ready!
What am I missing? Is there anything else I need to install/run before?
Thanks!
This will be fixed in the upcoming release. In the meantime you need to remove the two directories from elm.json by hand.