mattludwigs / elm-version-manager

Manage local Elm versions: https://www.npmjs.com/package/elm-version-manager
29 stars 2 forks source link

Can't find 0.19.0 #10

Open amitaibu opened 6 years ago

amitaibu commented 6 years ago

evm lsrm

returns

Getting information from server ⛵

- 0.15.1
- 0.16.0
- 0.16
- 0.17.0
- 0.17.1
- 0.18.0
- 0.18.0
- master

I don't see 0.19.0, but I see 0.18.0 twice.

rgrempel commented 6 years ago

As a temporary workaround, it is possible to install Elm 0.19.0 manually, and set it up to sort of be managed by evm. The steps would be roughly as follows:

Then, you should be able to do evm use 0.19.0 etc.

Just a workaround, of course, but it may be useful temporarily.