DEV Community

Discussion on: Writing A Word Memory Game In Elm - Part 1: Setting Up an Elm Application With Parcel

 
mickeyvip profile image
Mickey

Hi, Anton.

Sorry to hear the Parcel didn't work for you.

It is hard to understand what is wrong without seeing your code. Can you share it so I can take a look?

Also, you're right about the elm-live. My mistake.

Thread Thread
 
antonrich profile image
Anton

Actually, it works. I figured what the problem was. The problem was with my Russian government blocking the Elm. Parcel wanted to download some packages. I turned on vpn and it worked.

I knew there was something strange about it. Because the code didn't have a mistake. And when I for example purposefully introduce a mistake the parcel/elm would show it to me in the browser.

Thread Thread
 
mickeyvip profile image
Mickey

It's great you figured that out!