Pre-built binaries not found for realm@x.x.x and node@x.x.x (node-v72 ABI, unknown) (falling back to source compile with node-gyp)

Cing Sian Dal
1 min readApr 18, 2020

--

The sample error is like this:

node-pre-gyp WARN Using request for node-pre-gyp https download 
node-pre-gyp WARN Tried to download(404): https://static.realm.io/node-pre-gyp/2.29.2/realm-v2.29.2-node-v72-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for realm@2.29.2 and node@12.16.1 (node-v72 ABI, unknown) (falling back to source compile with node-gyp)

Change your realm version to the latest version in your package.json

.....{
.....
"react-navigation-fluid-transitions": "^0.2.74",
"react-redux": "^6.0.0",
"realm": "5.0.0"
},
....

--

--

Cing Sian Dal
Cing Sian Dal

Written by Cing Sian Dal

Don’t follow me. I wrote junks here. Follow me on Twitter instead.

No responses yet