Compilation error: openFile: does not exist (No such file or directory) *
When I try to compile the Main.elm file (via Ctrl + F5) using Visual Studio Code, I get the following error:
Error: elm-make: c: \ Users \ Bizmonger \ Documents \ Visual: openFile: does not exist (No such file or directory)
Note:
I am trying to compile an Elm solution that I cloned from GitHub .
Here's the src directory with the elm files:
Why am I getting this error?
+3
source to share