Skip to content

Commit

Permalink
Extend command and note for node prerequisite (skip deploy)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Dec 11, 2023
1 parent 643d2b1 commit 24795e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 24795e6

Please sign in to comment.