unisonweb / elm-browser

A Unison Github repo explorer in Elm
MIT License
34 stars 4 forks source link

Installation issue #54

Closed BenFradet closed 4 years ago

BenFradet commented 4 years ago

Hey, I tried following the guide in the readme by:

When I try accessing the browser from firefox, I get:

SyntaxError: expected expression, got '<'
main.js:1
ReferenceError: Elm is not defined127.0.0.1:8180:12:13
    <anonymous> http://127.0.0.1:8180/:12

in the console.

Any ideas what I'm doing wrong?

ashishsc commented 4 years ago

Sorry about that, looks like we just broke it! Fixed in https://github.com/unisonweb/elm-browser/pull/55

BenFradet commented 4 years ago

excellent thanks!