Skip to content

chore(): update node info adding NVM tip #422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
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