You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After compiling the program and running the server, index.html shows:
Initialization Error
Error: Browser.application programs cannot handle URLs like this:
.../hs-comprehension/frontend/index.html
What is the root? The root of your file system? Try looking at this program with `elm reactor` or some other server.
The suggested work-around works:
Additionally run
python3 -m http.server 5555
and view instead
http://localhost:5555/
The text was updated successfully, but these errors were encountered:
After compiling the program and running the server,
index.html
shows:The suggested work-around works:
Additionally run
and view instead
The text was updated successfully, but these errors were encountered: