From 24795e68f37b018b132cbacb3464621a1951ad1b Mon Sep 17 00:00:00 2001 From: Shane Earley Date: Mon, 11 Dec 2023 15:17:37 -0500 Subject: [PATCH] Extend command and note for node prerequisite (skip deploy) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9157334..d82d5cdf 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Configure the following prerequisite global dependency versions: 4. [Node.js (LTS)](https://nodejs.org/en/download). - > 🚩 **Using NVM**: Install [NVM](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating) and run `nvm install --lts`. + > 🚩 **Using NVM**: Install [NVM](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating) and run `nvm install --lts && nvm alias default lts/*` to set the default version to the latest LTS. You will need to rerun this command whenever the latest LTS changes. 5. [AWS CLI (v2.x)](https://aws.amazon.com/cli).