Search code examples
node.jsreact-nativerealm

node 19 hangs when installing Realm


I am trying to install realm in a fresh react-native project. but when I run this command yarn add realm or npm I realm it always stop on this step.

[4/4] 🔨 Building fresh packages... [1/1] ⠄ realm and nothing is happening. I have tried many version to install but same issue,


Solution

  • As @engr-aftab-ufaq said, installing nvm and then using the latest LTS version (v18.14.0 as I'm writing), then re-running npm install realm, fixed the problem for me