You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Is there a possibility of providing the latest version of the elm compiler in this build image (0.19.1), rather than an old version (0.19.0)?
I'm able to to deploy elm projects via Netlify with just a Makefile, and I love it. I use npx in the Makefile to obtain dependencies for the build. The issue is that the npx elm make command uses the elm compiler already present (0.19.0), not the latest elm 0.19.1, as it might in the absence of any installed elm.
I can install the latest elm compiler in the build command with npm i -g elm@latest-0.19.1, but this is less optimal than using the included elm compiler, if possible.
The Dockerfile specifies ELM_VERSION=0.19.0-bugfix6