-
Notifications
You must be signed in to change notification settings - Fork 2
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
Elm is not defined.. #1
Comments
Hi @et, thanks for raising an apologies for the slow reply. This is down to the fact that elm-brunch now enables you to specify where your Elm executable lives, which is a great feature. I'll update the notes over the next few days to point this out and give you credit for the mention. |
Cheers for the great tutorial @urfolomeus 🍻 |
You're welcome. Happy to share 😊 Incidentally, I've only updated up to post #6 with the latest Elm, so you might hit issues after that. Hoping to have time to get some more updated soon. |
No problem. I'm intending to get through the rest of the blog posts this week so I'll raise issues for anything that doesn't work with the latest Elm 😄 |
That would be very much appreciated! 😁 |
Please update this soon! Just spent >2h looking for this bug! |
@zwhitchcox sorry you're feeling frustrated. I've been off work for a while with ill health. I'm not sure when I'll have time to get back to this. |
@et @zwhitchcox decided to just fix this here for now. Will update the associated blog posts at the start of the week. @et your attribution will be in the updated blog post (probably just 2 I think?) Apologies again for the delay in getting this fixed. You can check commits cc996fe and 08c1c08 for details on what I changed. |
@urfolomeus - looks good! Hope you feel better! Thanks again for your work. @zwhitchcox if you're going through the blog tutorial, make sure you note that signals (Part 7, Part 8, Part 11) have to be converted to subscriptions with elm 0.17. |
Thanks @et. Getting there! I've done a quick review of the remaining posts and my plan now is as follows: 7 - leave as is with a deprecation notice saying that Elm has now pushed Signals into the background and so I won't be updating them |
Sorry to hear you're not feeling well! Thanks for the alternative repo! |
Hey this is similar to #9 except I'm on a mac.
I noticed that I was getting the following error:
This was due to the line
executablePath
in thebrunch-config.json
.I changed this:
executablePath: './node_modules/elm/binwrappers'
to
executablePath: '../../node_modules/elm/binwrappers',
and everything was 👌
The text was updated successfully, but these errors were encountered: