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
'Haxelib run' uses neko to run the build script that is in the root of the nme repo (run.n).
You can test this manually to give a hint of what may be failing:
cd /usr/local/lib/haxe/lib/nme/6,1,1/
neko run.n `pwd`
The last arg is the directory you would normally try to run nme from, but this should do for testing.
I'm guessing it might be neko that is out of date - but possibly haxe too. What versions do you have?
I actually just installed Haxe from HomeBrew. Here's what I got:
09/23/20 ~ % haxe --version
4.1.0
09/24/20 ~ % cd /usr/local/lib/haxe/lib/nme/6,1,1/
09/24/20 /usr/local/lib/haxe/lib/nme/6,1,1 % neko run.n `pwd`
Error: Could not find haxelib "nme", does it need to be installed?
09/24/20 /usr/local/lib/haxe/lib/nme/6,1,1 % neko
NekoVM 2.3.0 (c)2005-2017 Haxe Foundation
Usage : neko <file>
09/24/20 /usr/local/lib/haxe/lib/nme/6,1,1 % haxelib upgrade neko
Failed with error: No such Project : neko
neko is up to date
haxelib run nme
outputs "Error: Could not find haxelib "nme", does it need to be installed?" after installing NME.Tested on two Macs.
haxelib path nme
shows:NME version 6.1.1
OSX 10.15.4
(btw links on Wiki page are broken)
The text was updated successfully, but these errors were encountered: