According to the Quick Start Guide, one should initialize the app like this: const app = new Realm.App({ id: "<Your App ID>" })
. However, in Typescript it gives the following warning:
I installed Realm using npm install --save realm@10.0.0-beta.6
, as directed by the Install Realm for Node.js guide.