I tried to setup an Haxe environment on windows 10
first installed the latest 64bit haxe version haxe-3.4.7-win64.exe
then I did
haxelib install openfl
haxelib run openfl setup
no feedback from the setup command
openfl
although no feedback.
after installing lime with haxelib install lime
I tried to haxelib dev lime lime
got a directory not found.
hey, where is my fault. I am inside C:\HaxeToolkit\haxe
I see openfl lime format inside the lib folder
?
regards
PS: I did now haxelib dev openfl lib\openfl
getting Error: Error parsing haxelib.json for openfl@dev: [file_contents,C:\HaxeToolkit\haxe\lib\openfl/haxelib.json]
hmmm, I followed this instruction https://www.openfl.org/download/
and it failed on the second step!I can’t call openfl in any way. no error in the commandline!
the npm part on the left side works great, I ported a little starling project in no time to html5!
ok, I didn’t understand the option 1 and option 2 installation difference. can I have booth installations, npm and the other. I seen I have the haxe verion 6.1 installed via npm.
To answer the other question, yes, you can have OpenFL installed from both Haxelib and NPM, the openfljs command is what is used by the NPM library, so as to not conflict with the Haxelib openfl command if it is also available