iorin-elmo / elm-Poker

0 stars 0 forks source link

Missing Module Browser #7

Open profadv opened 4 years ago

profadv commented 4 years ago

To whom it may concern:

I cloned this repo and attempted to run the command:

elm make src/Main.elm --output=js/Elm.js

And received the message: I cannot find the module "Browser".

Additional information: elm-lang/html 2.0.0 elm-lang/virtual-dom 2.0.4

elm-lang/core 5.1.1

iorin-elmo commented 4 years ago

thank you for your comment ! i had mistake that command elm make src/Main.elm --output=js/elm.js is right. but i dont think this is not the reason why you cant go well. ill search bugs, or something, please give me a time thank you and sorry for my poor English

iorin-elmo commented 4 years ago

i want more information what is your elm version?

profadv commented 4 years ago

elm --version 0.18.0 Please let me know if you have any other questions.

---------------------------- Original Message ----------------------------

Subject: Re: [iorin-elmo/elm-Poker] Missing Module Browser (#7)

From: "iorin" notifications@github.com

Date: Mon, June 22, 2020 4:43 am

To: "iorin-elmo/elm-Poker" elm-Poker@noreply.github.com

Cc: "profadv" help@profadv.com

"Author" author@noreply.github.com


i want more information

what is your elm version?

--

You are receiving this because you authored the thread.

Reply to this email directly or view it on GitHub:

https://github.com/iorin-elmo/elm-Poker/issues/7#issuecomment-647272018

iorin-elmo commented 4 years ago

thanks this repo run at 0.19.0 version. if you want to run, upgrade elm to 0.19.0 will help you.