-
Notifications
You must be signed in to change notification settings - Fork 594
Install failed with error "node-pre-gyp install --fallback-to-build -j 8" #3639
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
Comments
I am not able to reproduce it. Are you able to download the binaries? You can check it by running the following command:
|
@kneth Thanks! But this doesn't work because the |
@kneth Have you switched to prebuild? I have also encountered this problem, just stuck here always failed to install |
@mrarronz We moved away from node-pre-gyp in version 10.3.0-rc.1. Latest version is 10.4.0. |
Uh oh!
There was an error while loading. Please reload this page.
Goals
Install realm-js successfully
Actual Results
Install failed with error:
Steps to Reproduce
I'm using
yarn install
to install this library, but always encounter this issue, then I trynpm install
but this problem still happens. I then install thenode-pre-gyp
withsudo npm install -g node-pre-gyp
, then runningyarn install
again, still failed. Can anyone tell me how to install it successfully? ThanksVersion of Realm and Tooling
The text was updated successfully, but these errors were encountered: