haxelib
haxelib copied to clipboard
haxelib run openfl does nothing, no error!
Hello,
I tried to installe haxe/haxelib on a windows 10 machine. no way! after haxelib install openfl I tried the haxelib run openfl setup --verbose
nothing, no error, no answer? wheres the problem: I have althoug the npm version installed. Is there a problem? network problems?
regards.
Check the error code from haxelib immediately after running haxelib (e.g. "echo %ERRRNO%" on windows, "echo $?" on linux/mac). If it's a large (possibly negative) number, then it means that the Neko runtime either isn't installed or isn't being found on your path. (For some unknown reason, Neko isn't bundled with the Haxe runtime even though it's required in order to use haxelib.) You can get Neko at https://nekovm.org.
hi,
with %errorlevel% i get -1073741819. echo %ERRRNO% returns echo %ERRRNO%
with a simple neko I become: NekoVM 2.1.0 (c)2005-2016 Haxe Foundation
Usage : neko
ok, some problems with UAC, a known windows issue...
ok, would be nice to habve the installation on my basic working account. Is there a way to install these things by "hand" one after another. perhaps I can execute a script and see when the error happens.
thanks
If you do haxelib list do you see openfl installed?
If yes and since neko seems to work I'm not sure it's a haxelib issue.
yes, thats all fine, I can install... uninstall, get warning when although a lib is installed... only run openfl setup didn't work.
Doesn't look like we need to act here since it was stated to be an UAC issue. Is this still relevant?