I do a fresh installation: npm i elm@0.18 -g
I try to build using: elm-make ./src/scripts/MainModule.elm
I get:
elm-make: elm-package.json: openBinaryFile: does not exist (No such file or directory)
But the elm-package.json
file is right there in the directory where elm-make
is called from.
Thoughts?
Note: I’m using nvm, in case it matters.
Here’s a Stack Overflow post, if someone’s interested in points.