You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flow / prepare - failed due to missing dependencies!
flow / you will probably need to use haxelib to correct this.
flow / > thx,culture *
flow / > thx,format *
The text was updated successfully, but these errors were encountered:
I'm specifically using the thx libraries, which are named as "thx.culture", "thx.format", etc.
In the haxelib folder, these are stored using commas rather than periods (even though they were installed using
haxelib install thx.core
):When trying to use the libraries in flow (with periods):
The generated .hxml contains:
(the folders of which do not exist as haxelib replaces the periods with commas).
If, you instead use commas in the flow file as such:
Flow fails with the message:
The text was updated successfully, but these errors were encountered: