At ubuntu, If I do:
$ haxelib config
I get:
/home/suhaib/haxelib/
which has those libraries installed:
actuate haxelib random
however, if I tried to compile the project, I get error, as:
$ haxe schoolbus.hxml Error: Error: Library Random is not installed : run 'haxelib install Random'
although random
is already installed.
Any idea?