-
Notifications
You must be signed in to change notification settings - Fork 4
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
WebRTC does not support arm64 architecture. #8
Comments
Could you upload log of this command?
|
What is your: Node.js, npm, OS versions? |
Node: v8.11.3 OS: |
I recommend upgrading Node.js to v9.1.1 and reinstall node-cli. |
@MartynasZilinskas I just tried with that version, but no luck... Exact same error :( |
Are you running 32 or 64 bit? The error log might mean that it couldn't find prebuild
|
Oh, I see. |
To explain it properly I will have to give more details.
In standard case NOIA Node determines what processor given machine has and tries to download particular binary for given OS/processor/else. Currently
It's not that it's not compatible, it's just that there's no ready to use prebuild binaries for your machine. The solution would be to compile it itself, but you have to be power user to do it, since it might be to complicated for regular users! So there are three possible paths we can take from here:
There's a lot of things in our roadmap, this one is not listed, but if many people will face the same issue, we will put more man hours into trying to solve this issue! Appendinx When you run
Failed to find binary to download (404 status code):
So it tries to compile it itself and since the machine is missing some configuration and libraries to tell NodeJs how to compile it:
, well... nothing happens, so You end up without Please let me know if my answer helped. |
I'm getting this error when executing the cli:
The text was updated successfully, but these errors were encountered: