avh4 / elm-upgrade

Upgrade Elm projects
https://www.npmjs.com/package/elm-upgrade
MIT License
122 stars 15 forks source link

syncprompt requires native code, and doesn't install for some people on Windows #66

Closed avh4 closed 6 years ago

avh4 commented 6 years ago

If someone can make a PR to remove syncprompt and replace it with a pure-js dependency, or just remove the dependency, that would be helpful!

avh4 commented 6 years ago

Just a note that I'm also open to a PR that refactors the code to use more async IO (though that seemed like the more difficult task after a brief assessment).

avh4 commented 6 years ago

Fixed in #67, #68