graphsense-dashboard icon indicating copy to clipboard operation
graphsense-dashboard copied to clipboard

How to run the repo?

Open andrearama opened this issue 3 years ago • 1 comments

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!

andrearama avatar Sep 24 '22 15:09 andrearama

This will be fixed in the upcoming release. In the meantime you need to remove the two directories from elm.json by hand.

myrho avatar Sep 27 '22 08:09 myrho