Skip to content

Commit 9e9f614

Browse files
committed
docs: fix nvm command
1 parent 8f24b6f commit 9e9f614

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/setup/macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To install **Node** we recommend using a node version manager, such as [nvm](htt
3030
2. Once the installation is complete, open a new Terminal and verify you can run `nvm ls`.
3131
3. Install the latest Node release with:
3232
```cli
33-
nvm install latest
33+
nvm install node
3434
```
3535
4. Verify the installation was successful and run
3636
```cli
@@ -133,7 +133,7 @@ To install **Node** we recommend using a node version manager, such as [nvm](htt
133133
2. Once the installation is complete, open a new Terminal and verify you can run `nvm ls`.
134134
3. Install the latest Node release with:
135135
```cli
136-
nvm install latest
136+
nvm install node
137137
```
138138
4. Verify the installation was successful and run
139139
```cli

content/setup/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To install **Node** we recommend using a node version manager, such as [nvm-wind
2525
3. Once the installation is complete, open a new Command Prompt and verify you can run `nvm ls`.
2626
4. Install the latest Node release with:
2727
```cli
28-
nvm install latest
28+
nvm install node
2929
```
3030
5. Verify the installation was successful and run
3131
```cli

0 commit comments

Comments
 (0)