My elm-package.json has the following entry:
    ...
    "source-directories": [
        "src"
    ],
    ...

and my directory looks like this (minus elm-stuff folder in the root)
.
├── build
│   └── MyModule.js
├── elm-package.json
├── index.html
└── src
    └── MyModule.elm

and I try to launch elm-repl from the root with no parameters. In the repl 
I try to import with `import MyModule` which reports:
elm-make: elm-stuff/build-artifacts/0.17.0/user/project/1.0.0/Repl.elmo: 
openFile: does not exist (No such file or directory)



On Thursday, May 26, 2016 at 11:26:46 PM UTC+9, Max Goldstein wrote:
>
> Have a look at elm-package.json. It lists the source directories, and 
> probably had . instead of ./src. 

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to