haxelib
haxelib copied to clipboard
error writing file using haxe interp
see https://github.com/HaxeFoundation/haxe/issues/5672
A nice workaround would be to check for file existence / create the file before appending to it, here:
https://github.com/HaxeFoundation/haxelib/blob/development/src/haxelib/client/Main.hx#L798
Haxelib doesn't use interp mode anymore, so that shouldn't be a problem ;)
haxe-npm currently uses haxe --run haxelib.client.Main (for now) :(