dwyl / learn-elm

:rainbow: discover the beautiful programming language that makes front-end web apps a joy to build and maintain!
https://github.com/dwyl/learn-elm
484 stars 42 forks source link

Setting up elm-format in Atom #35

Open sohilpandya opened 7 years ago

sohilpandya commented 7 years ago

Do we have a Gitter channel for this repo? would love to ask a couple of setup questions in it. 😄

help-wanted question 👍

iteles commented 7 years ago

@sohilpandya If you ask them in github, then everyone who finds this repo in future can refer to them! :blush:

sohilpandya commented 7 years ago

Thanks, @iteles.

Trying to setup elm-format for the tutorial by Richard Feldman

came across an issue where my atom says the following when I try to beautify it: Could not find 'elm format'. The program may not be installed

screen shot 2017-01-11 at 22 37 55

I was going to post it on the issue below but wanted to check if anyone else had come across a similar issue setting up elm-format. 😟 https://github.com/avh4/elm-format/issues/212

which elm-format does not return the path for me. 😢

nelsonic commented 7 years ago

@sohilpandya I understand the urge to create a dedicated channel for this learning... 🤔 If you haven't already joined the Elm-lang Slack, I'd urge you to do so because they are very welcoming and if you have a "noob" question people are really helpful! But as @iteles says, asking questions in issues is way better for helping others learn what you discovered (full-text-search/SEO is such a win!)

lucymonie commented 7 years ago

Hey @sohilpandya, I bet you have already sorted this out but there are great instructions for setting up Elm (including Elm Format) here: https://github.com/knowthen/elm/blob/master/DEVSETUP.md (steps 8-11)

des-des commented 7 years ago

@sohilpandya @nelsonic Also this: https://www.reddit.com/r/elm/comments/5pozt0/easy_questions_beginners_thread_week_of_20170123/

sohilpandya commented 7 years ago

Thanks @lucymonie & @des-des 👍