We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did:
haxelib install reflaxe haxelib run reflaxe new <Language Name> <Language Abbreviation>
I am getting a "Error: Library reflaxe version 3.0.0 does not have a run script"
Are any other steps required?
The text was updated successfully, but these errors were encountered:
I also tried
haxelib git reflaxe https://github.com/SomeRanDev/reflaxe.git haxelib run reflaxe new <Language Name> <Language Abbreviation>
Getting a: BaseCompiler.hx:562: characters 52-53 : Unexpected ?
BaseCompiler.hx:562: characters 52-53 : Unexpected ?
Sorry, something went wrong.
Also had this bug with a few haxelibs.
The general reason is that for some reason the script haven't been compiled on download.
The solution was to go into the haxelib folder and compile the script into run.n.
I think that the issue stopped once I started to use lix, but not sure, and no idea why this happens at all.
No branches or pull requests
I did:
I am getting a "Error: Library reflaxe version 3.0.0 does not have a run script"
Are any other steps required?
The text was updated successfully, but these errors were encountered: