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
483 stars 43 forks source link

Tutorial Quick-Start fails with dependency error #94

Open camerow opened 7 years ago

camerow commented 7 years ago

Following along the quick start I have the following error runElmProgram is not defined. I thought this was due to missing packages so I ran yarn elm-install && yarn postinstall with no success.

gabrielperales commented 7 years ago

Hi @camerow, thank you for reaching us here.

I just have followed the quick-start and I didn't have that issue. Here is a screen shot about how I did it:

screenshot yarn

In the quick-start we are not using yarn but anyway, I think yarn elm-install is not a valid command, it should be yarn run elm-install but in theory, you just have to run yarn install.

Which OS are you running? and which node/npm version?

joemsak commented 3 years ago

Same issue with Debian on WSL2, node 14.16, elm-reactor 0.18 - the quick start hello world example fails saying that runElmProgram is not defined