Skip to content

Commit

Permalink
Change node version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
meg-gutshall committed Oct 4, 2024
1 parent 17e9103 commit e020c52
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 @@ -60,7 +60,7 @@ This repo requires `node`, `pnpm`, and the [Netlify CLI](https://www.netlify.com

#### Installing `node`:

The best way to install `node` is to [download the installer](https://nodejs.org/en/) from their site. See the `.nvmrc` or `.tool-versions` file for the version requirements.
The best way to install `node` is to [download the installer](https://nodejs.org/en/) from their site. This repo requires node version 20.17.

If you already have a different version of `node` installed, but don't want to update globally, you can install [a package called `nvm`](https://github.com/nvm-sh/nvm), which will allow you to easily switch `node` versions. Once you have `nvm` installed (or if you already have it installed), you can run `nvm use` in the main directory and it will install the proper version of `node`.

Expand Down

0 comments on commit e020c52

Please sign in to comment.