-
Notifications
You must be signed in to change notification settings - Fork 147
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
Upgrade to Elm 0.19 #275
Comments
Just curious. I am using create-elm-app. It helps me a lot in building a JS-Elm-hybrid web-app. I want to port this app to 0.19. Any idea when create-elm-app will support 0.19? Thanks very much in advance. |
Update on 0.19 supportCreate Elm App upgrade will be possible when it's dependencies are upgraded to The work is being done in:
All of these projects are maintained by the community, so anyone is welcome to help. Stay tuned! CEA with 0.19 is coming 🙂 |
All three of them are merged and released now. 😁 |
Waiting for xtian#1, I think the next major release for Create lm App is happening this weekend. |
Create Elm App with Elm 0.19 and Webpack 4 is available at Please let me know if you'll experience any issues! I'll be preparing the release(#272) according to the plan. |
I get some fsevents related errors when trying to install using
|
@accordeiro thanks for the feedback! It's a known issue with fsevents/fsevents#229, we just need to raise the awareness in rtfeldman/node-test-runner#264 to get this fixed. Which version of node are you running? |
@halfzebra I'm running |
I'm getting an odd error about corrupt binary on Mac OS 10.13.6
I have Elm 0.19.0 installed via the Mac installer. Thanks! |
@odoe |
@kwonoh's fix worked for me (thanks!). I also find that after doing this creating a new project does not give the error message. However, if I then remove |
I'm continually getting this for anything i click on or do in my app: |
Hi, I installed |
@optikfluffel I suspect rtfeldman/node-test-runner#264 will fix the problem. @jtrunick Thanks for the feedback, but I can't do anything about this without reproducible example. 🙁 My best guess would be that this error might be caused by DevTools if large amounts of data stored in the model(this has been a bug since @berry thanks for the feedback and again, I can't do much without looking at the setup. Does your app have a router? If yes, this could be related to the fact that in There's also a very rare bug, where HMR would not work on modules that are imported after Are there any errors in the browser's console? Please let me know if, you'll have any info. I'll be happy to help 🙂 |
@halfzebra I do not know what happened in my code, but now HMR does work. My apologies. I do have a router in my app and yes the key is stored in the root of my model. Before, when I did not see HMR working I did not see any errors in the browser console. The Now, today, I do the same thing and HMR says I am sorry but I have no idea what has changed in my code that caused HMR to stop working or to get is going again. I am just happy it does work now. Thank you for your patience and help. |
@berry Good news, thanks for letting me know! |
@mbylstra I see the same problem (ie, using |
@halfzebra ... I've traced down the bug above. It's because the Recreated by doing a clean install of |
`.gitignore` was ignoring some items under template that still appeared in the packaged releases, because `template` was explicitly included in package.json, and that overrides those ignores. Adding explicit exclusions for the build products under `template` to `package.json` prevents packaging errors. I've added `template/elm-stuff` and `template/index.html` to `.gitignore` too, because those are created if `elm make src/Main.elm` is run in `template`, which seems to have been the cause. re halfzebra#275
The updated version can be installed using The official release most-likely will happen today if nothing else pops up. |
i get the error when i run create-elm-app myProject "-bash: create-elm-app: command not found" |
@Dauhel The binary is called |
@ehamberg please can you be more explicit? |
@Dauhel would you be so kind to open another issue for your problem to keep this thread on the original topic? |
ok @simerlec |
Create Elm App v2 was released! 🎉 Please create new issues if you are experiencing any problems. |
Hi! I'm not sure if this is already being done by someone, but if not I'd love to help upgrading create-elm-app to Elm 0.19 – just let me know. :)
The text was updated successfully, but these errors were encountered: