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
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
When the repository field in your elm-package.json file contain dots in the URL path, elm-reactor will silently fail, and not display your app. I've made a project that you can find at the bottom of this issue, which demonstrates this issue.
For the time being my workaround is just stripping the dots from the URL path.
Issue
When the
repository
field in yourelm-package.json
file contain dots in the URL path,elm-reactor
will silently fail, and not display your app. I've made a project that you can find at the bottom of this issue, which demonstrates this issue.For the time being my workaround is just stripping the dots from the URL path.
Example URLs
These URLs cause the issue:
Whereas these do not:
System details
OS: Arch Linux x86_64, version 4.9.75-1-lts
elm & elm-reactor version: 0.18.0
Browser: Firefox Quantum, version 57.0.4
Steps to reproduce
Clone the repository linked below, and run it using
elm-reactor
and open theMain.elm
file.https://github.com/LilPepo/elm-reactor-bug-report
Edit
This also seems to affect
elm-make
. I'm not sure what other tools are also affected by this.The text was updated successfully, but these errors were encountered: