Skip to content

Error: Library reflaxe version 3.0.0 does not have a run script #20

New issue

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

Open
pathquester opened this issue Mar 8, 2024 · 2 comments
Open

Comments

@pathquester
Copy link

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?

@pathquester
Copy link
Author

pathquester commented Mar 8, 2024

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 ?

@neimanpinchas
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants