Problem with install openfl

i install openfl with:
haxelib install openfl <- works fine
i try to shortcut openfl with:
haxelib run openfl setup <- Warning: No setup is required for openfl, or it is not a valid target
i try to use openfl:
command is wrong or doesnt exist

Hmm, strange. What does haxelib list return?

What version of Haxe are you using?

Does haxelib run openfl setup -cli work?

haxelib run openfl setup -cli ->
Warning: No setup is required for openfl, or it is not a valid target

haxelib list:
actuate: [1.8.7]
BabylonHx: [git]
flixel-addons: [2.5.0]
flixel-demos: [2.4.3]
flixel-templates: [2.4.6]
flixel-tools: [1.4.1]
flixel-ui: [2.2.0]
flixel: [4.3.0]
flow: [git]
hxcpp: 3.2.205 3.3.46 3.4.2 3.4.43 [3.4.64] 3.4.185 3.4.188
lime-samples: [4.0.1]
lime: [2.9.1]
nme: [6.0.58]
openfl-samples: [6.0.0]
openfl: 3.6.1 [7.0.0]
poly2trihx: [0.1.4]
snow: [git]

Ah! Gotcha. Okay, try haxelib install lime to get a newer version of Lime, then try haxelib run openfl setup again

thx
now it works
i can use openfl as shortcut

1 Like