Closed simonh1000 closed 5 years ago
where it says npm install elm-format@elm0.19.0 I think it should skip the @... as the version is 0.8.1?
npm install elm-format@elm0.19.0
@...
The @elm0.19.0 is a tag to make sure you get a version of elm-format that supports Elm 0.19. (You can also use @elm0.18.0 to get the latest elm-format version that still supported Elm 0.19.)
@elm0.19.0
@elm0.18.0
thx
where it says
npm install elm-format@elm0.19.0
I think it should skip the@...
as the version is 0.8.1?