-
Notifications
You must be signed in to change notification settings - Fork 34
"hGetContents: invalid argument" on Windows 10 #140
Comments
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it! Here is what to expect next, and if anyone wants to comment, keep these things in mind. |
What happens if you try to use |
Very strange! I copied Opening another shell, the repl still works. However, trying the repl from the root directory of my
Edit: the permissions issue is due to elm package getting blocked by McAfee LiveSafe and is unrelated to the repl bug. I'm leaving it in here so as to be helpful to the next Windows user to see the permission denied error. |
Does their fix work for you?
And then try again. |
That definitely wouldn't work on Windows :) From what I can tell the initial problem I mentioned at the top of the thread is #98 and not Windows specific. It's got to be a locale issue. Unfortunately, changing locales may take some work since my whole dev environment and several dependencies are in Traditional Chinese. For now I think I'll hold off on a deep-dive into Elm, but I'll keep an eye out for any fixes for the internationalization issues! |
I just installed elm 0.18.0 via its official installer and found that even echoing a single number or
0 + 1
in the repl causes it to crash:Windows 10, working node (v4.4.4) and npm (v4.0.2). I get the same crash running via the command prompt or the VS2015 shell. Locale is
zh_TW.UTF-8
.The text was updated successfully, but these errors were encountered: