halfzebra / create-elm-app

🍃 Create Elm apps with zero configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-app test fails on alpine and nixos

snewell92 opened this issue · comments

Hello friends!

Is this fix from node-test-runner in the latest release of CEA? I'm starting a little app and getting my GitLab CI setup but am running into what I think is a fixed issue. I'm just running my tests with elm-app test and I have gotten elm-app from running npm i -g create-elm-app. I'm also seeing this locally on my NixOS machine.

Does the node test runner just need a new release cut over in npm? It looks like it got a new release after the fix was merged in master, but when I install it locally npm i -g elm-test I get the same error on my NixOS machine. I can comment at the end of the linked PR to ask.

An easy repro is just trying to run elm-app test in an alpine container and seeing if you get the same error my linked CI job got.

Hi Sean!

I might be wrong, but it seems like this fix was never released to NPM.
I'd recommend raising the awareness in the original repo.

Otherwise, you can install elm-test directly from GitHub to fix this.
Please let me know if you have further comments or questions.