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

Created on 8 Jun 2017  路  6Comments  路  Source: realm/realm-js

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 [email protected] and [email protected] (node-v57 ABI) (falling back to source compile with node-gyp)

Yarn version: v0.24.6

T-Bug

All 6 comments

We don't support Node 8.0 just yet.

+1

Is there any plan to support Node 8.0 ? And when?

Are there anyway to work around?

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.

Downgrading node version to 7.x.x worked for me.

Was this page helpful?
0 / 5 - 0 ratings