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

Current haxelib package is not compatible with hxnodejs 4.0.9 #4

Open
robmeek opened this issue Sep 25, 2018 · 2 comments
Open

Current haxelib package is not compatible with hxnodejs 4.0.9 #4

robmeek opened this issue Sep 25, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@robmeek
Copy link
Contributor

robmeek commented Sep 25, 2018

Someone installing fonthx from haxelib will have to install hxnodejs from github:

haxelib install git:https://github.com/HaxeFoundation/hxnodejs.git

– Since the haxelib version of hxnodejs is old, and the haxelib.json cannot contain a reference to github.

@robmeek robmeek added the bug Something isn't working label Sep 25, 2018
@ETHproductions
Copy link

Running the given command gave me this error:

Error: No such Project : git:https://github.com/HaxeFoundation/hxnodejs.git

Eventually I did get it working, by stealing a slightly different command from the hxnodejs repo:

haxelib git hxnodejs https://github.com/HaxeFoundation/hxnodejs

After that, Node compilation seems to be working perfectly on my machine running Windows 7.

@robmeek
Copy link
Contributor Author

robmeek commented Oct 1, 2018

Thx @ETHproductions – that’s great to know, as I haven’t tested on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants