OvermindDL1
OvermindDL1
Certainly, can do! The structure is: ``` text . ./brunch-config.js ./package.json ./elm-package.json ./elm-stuff ./web/elm/MyApp.elm ``` I added a `console.log("projectDirectory", projectDirectory)` at line 99 (pushing line 99 to 100), restarted Atom,...
Never did, got a message at the bottom of: ``` javascript elm-make.exe: elm-lang-html-66b1583: MoveFileEx "elm-lang-html-66b1583" "elm-lang\\html\\1.1.0": permission denied (Access is denied.)at line 1 col 1 in web\elm\MessengerApp.elm ```
It has but I've not updated any more elm packages as the update completed. Even when queued I am unsure if it would help because on Windows a single file,...
Correct, I was updating `elm-mdl` from `7.0.0` to `7.2.0` from the terminal via `elm package install` when Atom threw that error.
No problem, I love this module! ^.^
Same thing while updating modules again, latest version of litner-elm-make: 1. Upgraded elm packages from terminal **Atom Version**: 1.9.6 **System**: Microsoft Windows 10 Pro **Thrown From**: [linter-elm-make](https://github.com/mybuddymichael/linter-elm-make) package, v0.15.1 ###...
Manually creating `./tmp/web/elm` directories seems to have fixed it, it should probably be creating those on its own though?
So I saw! Just got to work, Atom has an update for linter-elm-make, installing, restarting, ./tmp was already cleared from last night, and testing, and: ``` javascript Error: ENOENT: no...
Version of linter-elm-make is listed at 0.13.1.
Ah currently our system at night has it that whenever we `git commit` it wipes the projects tmp directory, however the directory remains existing, just empty. If we do a...