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
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.