Open adamdicarlo opened 1 year ago
I'm not able to reproduce that one:
Thanks for taking a look. I think this might be due to missing tools, because I'm running without almost anything globally installed. If that's the case, the bug is that there's no error message (it's an empty string). I'm digging in a bit to see what's happening.
Do you have lamdera
, elm-review
, and other tools that an elm-pages
build uses installed globally?
Gotcha, that would probably explain it! I might not have those checks for running scripts, I do have them for the build and dev server I think. Thanks for the context!
And yes, I do have those tools installed globally on my PATH.
I'm using Elm Pages v3.0.9.
This is easy to reproduce with this command:
The output I get is:
If I run
npx elm-pages build
, I can then run theelm-pages run ...
command successfully.