-
Notifications
You must be signed in to change notification settings - Fork 19
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
Segmentation Fault with haxelib on MacOSX #34
Comments
Sorry, i don't no much about npx. Why do you need it ? |
Ah,
|
does it work from your package.json like that ?
|
Updating my package.json to this: {
"dependencies": {
"haxe": "^5.0.0"
},
"haxeDependencies": {
"haxe": "3.4.7",
"haxelib": "3.3.0",
"neko": "2.2.0"
},
"scripts":{
"postinstall": "haxelib --always install build.hxml"
}
} And creating a dummy
And running
Looks like it's still failing. I haven't looked at that particular line in Date.hx yet, so I'll go take a look in a bit. |
Did you find a solution? |
I unfortunately, did not. It's been a while, but IIRC I resorted to use a docker container with a global haxe install to run the build. Not ideal, but it got me unstuck at the moment. |
Hello, I'm trying to install this package on my Mac and it's currently failing. Here's my package.json:
npm install
finishes with no errors, but when I runnpx haxelib
it fails:Some info about my setup:
Let me know if I can help in any way! Thanks!
The text was updated successfully, but these errors were encountered: