-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it work on Windows? #1
Comments
Hi, In my case, it doesn't work out of the box, because I installed elm using the platform-installer and not npm. if you want me to try, I can uninstall the binaries and try it with npm-installed elm. Cheers λ *cd elm-pixelfont* λ npm install -g elm-upgrade λ elm-upgrade λ npm install -g elm@0.18.0-beta
Downloading Elm binaries from https://dl.bintray.com/elmlang/elm-platform/0.18.0/win32-x64.tar.gz λ elm-upgrade |
Follow up: Uninstalled elm-plattform brinaries, installed elm 0.18 beta via npm. λ elm-format λ elm-upgrade where can i get elm-format 0.5.0-alpha? |
The new elm-format is now published: https://github.com/avh4/elm-format#installation- |
I installed latest elm-format and upgraded elm-upgrade. This is what I get on the same project: C:\my\code\elm\elm-pixelfont (master) λ elm-upgrade SUCCESS! Your project's dependencies and code have been upgraded. See https://github.com/elm-lang/elm-platform/blob/master/upgrade-docs/0.18.md How can I get more verbose output (if) ? Anything else I can do? |
Thanks! it all looks good. |
It doesn't sound like it looked good... |
oh... darn, okay, I know why this is failing. Will fix tonight. |
Just released 0.18.6, which hopefully fixes this issue finally. |
First of all, thank you for your hard work! I just wanted to try 0.18.6, but I am not getting it through the official On Thu, Nov 17, 2016 at 8:47 AM, Aaron VonderHaar notifications@github.com
|
I'm pretty sure I published it correctly, and I see it now on npmjs website. Hopefully it will be there when to try again |
0.18.7 is now published, and seems like people have had success on Windows now. |
I haven't tried it on Windows yet. It might work, or it might not.
If you try it on Windows, please let me know what happens.
which
package work?The text was updated successfully, but these errors were encountered: