Open camerow opened 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:
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?
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
Following along the quick start I have the following error
runElmProgram is not defined
. I thought this was due to missing packages so I ranyarn elm-install && yarn postinstall
with no success.