From de25eadff0d16ff9cb9f7732e8718232e1e5c64c Mon Sep 17 00:00:00 2001 From: Elliot Evans Date: Tue, 19 Sep 2023 10:45:03 +0100 Subject: [PATCH 1/2] chore(): update node info adding NVM tip --- docs/getting_started/setup.md | 6 ++++++ docs/module_federation/nextjs_plugin.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/getting_started/setup.md b/docs/getting_started/setup.md index 7048f0080..6ac1c12dc 100644 --- a/docs/getting_started/setup.md +++ b/docs/getting_started/setup.md @@ -42,6 +42,12 @@ yarn global add nx We recommend using the latest LTS version of Node, you can find the latest LTS version [here](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 insturctions for NVM [here](https://github.com/nvm-sh/nvm#installing-and-updating). +::: + ### Get Started There are three ways to get started with building a **CSR (React)** or **SSR (Next JS)** frontend web application with Stacks, we recommend using our _[Stacks CLI](../stackscli/about.md)_ for the best experience! diff --git a/docs/module_federation/nextjs_plugin.md b/docs/module_federation/nextjs_plugin.md index c95ec5aba..3bf1f39e9 100644 --- a/docs/module_federation/nextjs_plugin.md +++ b/docs/module_federation/nextjs_plugin.md @@ -55,6 +55,12 @@ yarn global add nx We recommend using the latest LTS version of Node, you can find the latest LTS version [here](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 insturctions for NVM [here](https://github.com/nvm-sh/nvm#installing-and-updating). +::: + ### Get Started #### Create a new Stacks and Nx workspace From 55dc0f9692e98d9ec15dfb9b2cf7125cceabd75f Mon Sep 17 00:00:00 2001 From: Elliot Evans Date: Fri, 22 Sep 2023 09:54:50 +0100 Subject: [PATCH 2/2] fix(): updated nvm copy to add fixes --- docs/getting_started/setup.md | 6 +++--- docs/module_federation/nextjs_plugin.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting_started/setup.md b/docs/getting_started/setup.md index 6ac1c12dc..fbaae996b 100644 --- a/docs/getting_started/setup.md +++ b/docs/getting_started/setup.md @@ -40,12 +40,12 @@ 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 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 insturctions for NVM [here](https://github.com/nvm-sh/nvm#installing-and-updating). + 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 3bf1f39e9..32a88fb3f 100644 --- a/docs/module_federation/nextjs_plugin.md +++ b/docs/module_federation/nextjs_plugin.md @@ -53,12 +53,12 @@ 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 insturctions for NVM [here](https://github.com/nvm-sh/nvm#installing-and-updating). + You can find the installation instructions in the [**NVM documentation**](https://github.com/nvm-sh/nvm#installing-and-updating). ::: ### Get Started