question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Node 8.0 support (was: Yarn install - Pre-built binaries not found 404)

See original GitHub issue

I’m getting the following error while installing realm with yarn install or npm install.

node-pre-gyp ERR! Tried to download(404): https://static.realm.io/node-pre-gyp/realm-v1.3.1-node-v57-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for realm@1.3.1 and node@8.0.0 (node-v57 ABI) (falling back to source compile with node-gyp)

Yarn version: v0.24.6

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
kristiandupontcommented, Jun 8, 2017

We don’t support Node 8.0 just yet.

1reaction
fealebenpaecommented, Jun 14, 2017

Realm should compile from source on Node version we don’t ship prebuilt binaries for. Make sure you have a working compiler and the node-gyp dependencies installed so that npm can compile Realm when installing it.

We’ll include Node.js 8.x binaries in our next release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

node.js - Getting this error while installing yarn 'yarn install'
Exit code: 1 Command: node-pre-gyp install --fallback-to-build Arguments: Directory: E:\ev2\simple-NFT-generator\node_modules\canvas Output: ...
Read more >
Npm install command failing with message "could not find ...
When I run the npm install command, npm starts downloading the dependencies. But then, suddenly, it stops with the error:
Read more >
Error Codes | Yarn - Package Manager
This information message occurs when Yarn wishes to let you know that a package will need to be rebuilt in order for the...
Read more >
node-pre-gyp - npm
It provides the ability to store and publish your binaries within your repositories GitHub Releases if you would rather not use S3 directly....
Read more >
Yarn errors new install - sage - Roots Discourse
I can't run yarn after a fresh Sage install. Full error output is a tad long but I guess solving the node-pre-gyp error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found