haxelib icon indicating copy to clipboard operation
haxelib copied to clipboard

error writing file using haxe interp

Open clemos opened this issue 9 years ago • 2 comments

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

clemos avatar Sep 15 '16 09:09 clemos

Haxelib doesn't use interp mode anymore, so that shouldn't be a problem ;)

ibilon avatar Sep 15 '16 09:09 ibilon

haxe-npm currently uses haxe --run haxelib.client.Main (for now) :(

clemos avatar Sep 15 '16 09:09 clemos