avh4/elm-upgrade

elm-upgrade hangs and doesn't continue

Open

#90 opened on May 12, 2020

View on GitHub
 (7 comments) (4 reactions) (0 assignees)Perl (12 forks)github user discovery
help wanted

Repository metrics

Stars
 (122 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

  1. git clone https://github.com/jhrcek/graph-editor
  2. cd graph-editor
  3. elm-upgrade or npx elm-upgrade
elm-upgrade
INFO: Found elm at /home/andreas/.nix-profile/bin/elm
INFO: Found elm 0.19.1
INFO: Found elm-format at /home/andreas/.nix-profile/bin/elm-format
INFO: Found elm-format 0.8.3

***
*** ./elm.json already exists.
*** It looks like this project has already been upgraded to Elm 0.19.
*** Would you like me to upgrade your project's dependencies?
***

[Y/n]: Y

INFO: Updating elm-version to 0.19.1
INFO: Installing latest version of elm/browser
Here is my plan:

  Add:
    elm/browser    1.0.2

Would you like me to update your elm.json accordingly? [Y/n]:

Can't press a button or continue. I hope this issue is reproducible.

System

Tested in alacritty and st terminal Tested with npx and with npm install -g elm-upgrade 0.19.8

 OS: Manjaro 20.0 Lysia
 Kernel: x86_64 Linux 5.4.35-1-MANJARO
 Shell: fish 3.1.1

Contributor guide