You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this error upgrading from Haxe 4.2.5 to 4.3.5 & 4.3.6. It almost looks like lix is not downloading the right Haxe compiler architecture for mac arm64. But it might be due to something with Neko.
So I solved this by:
→ deleting haxe/versions/4.3.6
→ delete haxe/neko
→ npx lix install haxe 4.3.6
→ npx lix download (downloads missing neko)
Maybe the actual solution is just to remove the neko dir and run npx lix download
The text was updated successfully, but these errors were encountered:
Lix used to download x64 neko and haxe, which worked only with Rosetta enabled. Newer lix downloads the universal binaries, but if you already had neko downloaded, it was still x64 which then doesn't work with the universal haxelib binary. The only proper solution will be to version neko.
I had this error upgrading from Haxe 4.2.5 to 4.3.5 & 4.3.6. It almost looks like lix is not downloading the right Haxe compiler architecture for mac arm64. But it might be due to something with Neko.
So I solved this by:
→ deleting
haxe/versions/4.3.6
→ delete
haxe/neko
→
npx lix install haxe 4.3.6
→
npx lix download
(downloads missing neko)Maybe the actual solution is just to remove the neko dir and
run npx lix download
The text was updated successfully, but these errors were encountered: