I tried to install the seanhess/elm-style package, but could not because it isn't compatible with my version of Elm, 0.18.0. This is fine, but now when I visit any .elm file (even if it's empty), reactor in the browser returns this error:
"Could not find package seanhess/elm-style.
Maybe your elm-stuff/ directory has been corrupted? You can usually fix stuff like this by deleting elm-stuff/ and rebuilding your project."
I tried restarting reactor, and using new .elm files, even trying to create different errors. No dice.
Any pointers appreciated! Thanks for your time.
Edit: I also removed the import for the seanhess package as a first measure.
Edit: Man, I even restarted the computer, no dice.
Solution: Whewww. So I found elm-package.json and removed the seanhess package from the dependencies.