Skip to content
Open
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
8 changes: 7 additions & 1 deletion docs/getting_started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ yarn global add nx

#### Node

We recommend using the latest LTS version of Node, you can find the latest LTS version [here](https://nodejs.org/en/).
We recommend using the latest LTS version of Node, you can find the latest LTS version on the [**Node website**](https://nodejs.org/en/).

:::tip
You can switch to the latest LTS version of Node via NVM. Node Version Manager (NVM) sets your Node version to that set in the `.nvmrc` file.

You can find the installation instructions in the [**NVM documentation**](https://github.com/nvm-sh/nvm#installing-and-updating).
:::

### Get Started

Expand Down
8 changes: 7 additions & 1 deletion docs/module_federation/nextjs_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ yarn global add nx

#### Node

We recommend using the latest LTS version of Node, you can find the latest LTS version [here](https://nodejs.org/en/).
We recommend using the latest LTS version of Node, you can find the latest LTS version on the [**Node website**](https://nodejs.org/en/).

:::tip
You can switch to the latest LTS version of Node via NVM. Node Version Manager (NVM) sets your Node version to that set in the `.nvmrc` file.

You can find the installation instructions in the [**NVM documentation**](https://github.com/nvm-sh/nvm#installing-and-updating).
:::

### Get Started

Expand Down
Loading