HaxeFlixel / flixel-tools

Command Line tools for HaxeFlixel, create demos, templates and more.
50 stars 17 forks source link

Run lime setup not functioning #75

Closed Roselyn393 closed 2 years ago

Roselyn393 commented 2 years ago

Hello, i am looking to use Haxe to help with a mod I want to work on but to start i need to run a few commands in the command prompt. There is one command that continues to not work properly whenever i use it. The 'haxelib run lime setup flixel' command continues to work but always stops at systools with no reports or acknowledging that it's done so I was wondering if someone could help me fix this problem

Geokureli commented 2 years ago

you could try installing the haxelibs manually

haxelib install flixel-addons
haxelib install flixel-ui
haxelib install flixel-demos
haxelib install flixel-tools
haxelib install flixel-templates
T1mL3arn commented 1 year ago

Got similar systools problem - Error: Could not find dependency "systools" for library "flixel". I had old dev flixel as an active version, changed it back to stable release (5.1.0 in my case) and run setup again - no more error, systools installed and setup was finished.