learn-elm icon indicating copy to clipboard operation
learn-elm copied to clipboard

Tutorial Quick-Start fails with dependency error

Open camerow opened this issue 7 years ago • 2 comments

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.

camerow avatar Sep 02 '17 18:09 camerow

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?

gabrielperales avatar Sep 03 '17 00:09 gabrielperales

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

joemsak avatar Apr 29 '21 22:04 joemsak