elm / compiler

Compiler for Elm, a functional language for reliable webapps.
https://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
7.48k stars 659 forks source link

openBinaryFile: resource busy #2258

Open geofflangenderfer opened 2 years ago

geofflangenderfer commented 2 years ago

I'm tyring to update some old elm code. I ran into this issue:

>   /home/g/work/elm-codemirror/example/elm-stuff/0.19.1/d.dat: openBinaryFile: resource busy (file is locked)

To reproduce:

git clone https://github.com/GabiGrin/elm-codemirror.git
cd example
elm init
elm make Main.elm --output=Main.js
❯ elm --version
0.19.1

$ uname -a 
Linux manjaro 5.9.16-1-MANJARO #1 SMP PREEMPT Mon Dec 21 22:00:46 UTC 2020 x86_64 GNU/Linux

❯ google-chrome-stable --version
Google Chrome 100.0.4896.60
github-actions[bot] commented 2 years ago

Thanks for reporting this! To set expectations:

Finally, please be patient with the core team. They are trying their best with limited resources.