I was following along with the tutorial and was surprised when I got stuck: I added elm-lang/http to my elm-package.json, but no matter how hard I hit the refresh button, elm-reactor continued to complain "Could not find package elm-lang/http."
It only started working after I visited the root page, noticed that the package wasn't in the list of packages, reloaded the root page, and then went back to my elm file.
Shouldn't elm-reactor automatically reload elm-package.json when it changes?
(This is elm-reactor 0.18.0, on Windows 10, in Microsoft Edge 40.15063.0.0)
I was following along with the tutorial and was surprised when I got stuck: I added elm-lang/http to my elm-package.json, but no matter how hard I hit the refresh button, elm-reactor continued to complain "Could not find package elm-lang/http."
It only started working after I visited the root page, noticed that the package wasn't in the list of packages, reloaded the root page, and then went back to my elm file.
Shouldn't elm-reactor automatically reload elm-package.json when it changes?
(This is elm-reactor 0.18.0, on Windows 10, in Microsoft Edge 40.15063.0.0)