We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Add reference to #4 (hxnodejs compatibility issue)
2c53375
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.
Sorry, something went wrong.
Thx @ETHproductions – that’s great to know, as I haven’t tested on Windows.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: