can't use flixel command
-
hey
i'm just going through „getting started“ articles and stucked at the very beginning: i installed haxe, lime, openfl and flixel-tools, but when i tried to create a new haxeflixel project, terminal said that „flixel: command not found“.
what should i do?
-
Try haxelib install flixel and then try creating a new project.
-
@xhunterko :<
-
Instead of chrpsh$ flixel -tpl n "Hello World" try
chrpsh$ flixel tpl -n "Hello World"
-
try:
haxelib install flixel-tools
haxelib run flixel-tools setup