diff --git a/docs/getting_started/setup.md b/docs/getting_started/setup.md index 192d8b4e4..cb3c50f07 100644 --- a/docs/getting_started/setup.md +++ b/docs/getting_started/setup.md @@ -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 diff --git a/docs/module_federation/nextjs_plugin.md b/docs/module_federation/nextjs_plugin.md index 633dba240..6cbbd4578 100644 --- a/docs/module_federation/nextjs_plugin.md +++ b/docs/module_federation/nextjs_plugin.md @@ -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