Skip to content
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

Cannot use git as version in haxelib.json dependencies #476

Closed
CrazyFlasher opened this issue Oct 31, 2019 · 1 comment · Fixed by #482
Closed

Cannot use git as version in haxelib.json dependencies #476

CrazyFlasher opened this issue Oct 31, 2019 · 1 comment · Fixed by #482

Comments

@CrazyFlasher
Copy link

CrazyFlasher commented Oct 31, 2019

Hi.
I created private git repository with haxelib.json

When I run:
haxelib path casinohx

I get
Error: Cannot process [casinohx]: git:https://github.com/BowlerHatLLC/feathersui-openfl.git#7563bda05cefd736bc1e3f0a6bc6fadff68c0efa is not a valid version string

In haxelib.json I have strict vesions:

"dependencies": {
    "feathersui": "git:https://github.com/BowlerHatLLC/feathersui-openfl.git#7563bda05cefd736bc1e3f0a6bc6fadff68c0efa",
    "spritesheet": "git:https://github.com/CrazyFlasher/spritesheet.git#f0b1dcec93afec6729b2c9cc108a12f9c2d9cfd8",
    "zame-particles": "git:https://github.com/restorer/zame-haxe-particles.git#c6163c797395587186df5aeb1121c8ea98c5ea4e",
    "spine-hx": "git:https://github.com/jeremyfa/spine-hx.git#365b6ca77e33d0f3a9417ea8d8466b5a8be23c9c",
    "openfl-spine": "git:https://github.com/rainyt/openfl-spine.git#2a40997bb56c9492502f66c375b95b9b78040afb",
    "DomWires": "1.0.0-alpha.5",
    "format": "git:https://github.com/HaxeFoundation/format.git#d01b01c40a95b2a5aae65e6e39e4e08fbee01436"
  }
@CrazyFlasher
Copy link
Author

Works with 4.0.0-rc.5 but not with 4.0.0 release version

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

Successfully merging a pull request may close this issue.

1 participant