Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/sdk/node/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Follow these steps to create a Node.js project and add the Node.js SDK to it.

.. code-block:: bash

npm install realm
npm install realm@12

.. step:: Enable TypeScript (optional)

Expand Down Expand Up @@ -125,7 +125,7 @@ running Raspberry Pi OS (formerly Raspbian), follow the steps below:

.. code-block:: bash

npm install realm
npm install realm@12

.. step:: Enable TypeScript (optional)

Expand Down
2 changes: 1 addition & 1 deletion source/sdk/node/integrations/electron-cra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ To set up an Electron application using Realm use the following instructions:

.. code-block:: shell

npm install realm
npm install realm@12

Use realm in the **renderer process** by adding the following to the top
of the ``src/App.js`` file (you will also need to import it in whichever
Expand Down
2 changes: 1 addition & 1 deletion source/sdk/node/integrations/electron.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Setup
.. code-block:: shell

npm install electron --save-dev
npm install realm --save
npm install realm@12 --save


.. step:: Create a Script to Run Your Application
Expand Down
2 changes: 1 addition & 1 deletion source/sdk/node/users/authenticate-users.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ to handle the user authentication and redirect flow from a Node.js client applic

.. code-block::

npm install realm googleapis
npm install realm@12 googleapis

#. Import the packages into your project.

Expand Down
4 changes: 2 additions & 2 deletions source/sdk/react-native/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ and add the React Native SDK to it.

.. code-block:: bash

npm install realm
npm install realm@12

.. step:: Enable Hermes

Expand Down Expand Up @@ -203,7 +203,7 @@ and add the React Native SDK to it.

.. code-block:: bash

npm install realm
npm install realm@12

.. step:: Link the SDK's Native Module

Expand Down
Loading