elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

Access is denied? #65

Closed Bazmundi closed 8 years ago

Bazmundi commented 8 years ago

elm-make: elm-lang-core-5204441: MoveFileEx "elm-lang-core-5204441" "2.1.0": permission denied (Access is denied.)

I get this various either running the elm-reactor or when using elm-package.

New to elm so not sure how to proceed.

Of note, when using elm-reactor I often find either restarting command console or refreshing browser multiple times, or both, seems to sort this.

Is this an expected behaviour under elm-reactor?

I have not been able to plod through task-tutorial from command console using elm-package as it never gets past the error.

I am running Windoze 10 and have tried both user and admin versions of command console.

any hints?

Cheers, B

evancz commented 8 years ago

Seems like the same issue as https://github.com/elm-lang/elm-platform/issues/81 so let's follow it there. I am not certain what the core problem is yet.