Closed CarstenKoenig closed 4 years ago
Oh, someone already made a PR to remove syncprompt, which is in master. I guess I need to publish a new release.
I'm getting this same error on Windows.
I fixed this by installing the package from GitHib directly
npm install https://github.com/avh4/elm-upgrade -g
The latest version (0.19.7) no longer depends on syncprompt, and I believe this is resolved (and has been resolved for some time). Please reopen or file a new issue if not. Thanks!
Note this is likely to be caused by
syncprompt
on my machine and I opened an issue there too: https://github.com/cheddar-lang/syncprompt/issues/2trying to
npm install -g elm-upgrade
I get this:the Log is attached 2018-11-19T05_12_40_195Z-debug.log
trying to install locally yields similar results - removing
elm-upgrade
orsyncprompt
from node_modules (manually or withnpm uninstall
) does not help either