I’m getting a strange error:
-- MODULE NOT FOUND --------------------------------------------------- View.elm
You are trying to import a `Menucanvasmsg` module:
12| import Menucanvasmsg
^^^^^^^^^^^^^
I checked the "dependencies" and "source-directories" listed in your elm.json,
but I cannot find it! Maybe it is a typo for one of these names?
Menu.CanvasMain
CanvasMenu.Msg
Cell.Input.Msg
Init.Msg
Hint: If it is not a typo, check the "dependencies" and "source-directories" of
your elm.json to make sure all the packages you need are listed there!
The file “menucanvasmsg.elm” is located in the root folder. It has a module “Menucanvasmsg”. None of the names above exist. I’ve tried deleting the “elm-stuff” folder.
Any clue what’s going on?