elm-0.19-workshop icon indicating copy to clipboard operation
elm-0.19-workshop copied to clipboard

Elm version mismatch

Open davidg238 opened this issue 4 years ago • 1 comments

I started the Elm Introduction v2 today, following the "Getting Started" instructions:

david ~ $ npm install -g elm [email protected] elm-format
npm WARN deprecated [email protected]: Way too old
/home/david/.nvm/versions/node/v8.2.1/bin/elm -> /home/david/.nvm/versions/node/v8.2.1/lib/node_modules/elm/bin/elm
/home/david/.nvm/versions/node/v8.2.1/bin/elm-format -> /home/david/.nvm/versions/node/v8.2.1/lib/node_modules/elm-format/bin/elm-format
/home/david/.nvm/versions/node/v8.2.1/bin/elm-test -> /home/david/.nvm/versions/node/v8.2.1/lib/node_modules/elm-test/bin/elm-test
> [email protected] install /home/david/.nvm/versions/node/v8.2.1/lib/node_modules/elm
> node install.js
--------------------------------------------------------------------------------
Downloading Elm 0.19.1 from GitHub.

Then at the Introduction to Elm Workshop at the Build the Elm UI I got:

david workspaceUI $ cd elm-0.19-workshop/
david (master *) elm-0.19-workshop $ cd intro/server
david (master *) server $ elm make src/Main.elm --output=../server/public/elm.js
Dependencies ready!         
-- ELM VERSION MISMATCH ----------------------------------------------- elm.json

Your elm.json says this application needs a different version of Elm.

It requires 0.19.0, but you are using 0.19.1 right now.

david (master *) server $ 

davidg238 avatar Oct 29 '19 18:10 davidg238

There is the CSS gap property but it's not yet supported in elm-css. Only a gap transition exists already.

Can I add it in a PR?

I think it's very important and handy when working with flexbox.

gap is described here: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-gap-row-gap-column-gap

schoettl avatar May 19 '23 10:05 schoettl

@schoettl that's not what this issue is about

Arrow7000 avatar May 19 '23 11:05 Arrow7000

Sorry, didn't read carefully.

schoettl avatar May 19 '23 11:05 schoettl