reaptor / elmish-land

A framework for building F# browser apps with Fable, React and Elmish. Inspired by Elm Land.
https://elmish.land/
MIT License
4 stars 1 forks source link

Running dotnet elmish-land init after reinstalling latest causes error #7

Closed robinjac closed 10 months ago

robinjac commented 10 months ago

After updating to latest elmish-land (using re-install) causes error when re initializing the project. This case due to fable having different version:

image

It's easy to solve by manually changing the version, but maybe the init command should take this into account?

robinjac commented 10 months ago

Ahh three is an upgrade command! 🍻