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
My successful run of npx elm-upgrade ended with this"
Here are some common upgrade steps that you will need to do manually:
- NoRedInk/elm-json-decode-pipeline
- [ ] Changes uses of Json.Decode.Pipeline.decode to Json.Decode.succeed
- elm/core
- [ ] Replace uses of toString with String.fromInt, String.fromFloat, or Debug.toString as appropriate
- undefined
- [ ] Read the new documentation here: https://package.elm-lang.org/packages/elm/time/latest/
- [ ] Replace uses of Date and Time with Time.Posix
- elm/html
- [ ] If you used Html.program*, install elm/browser and switch to Browser.element or Browser.document
- [ ] If you used Html.beginnerProgram, install elm/browser and switch Browser.sandbox
Looks like undefined is meant to refer to elm/time.
The text was updated successfully, but these errors were encountered:
My successful run of
npx elm-upgrade
ended with this"Looks like
undefined
is meant to refer to elm/time.The text was updated successfully, but these errors were encountered: