Skip to content

Commit

Permalink
Update node install instructions to not be specific about version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagordon committed Mar 29, 2024
1 parent 82dac31 commit b8d8149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions computer-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ To write JavaScript in the command line and use essential "packages" while build
1. Use `cmd + q` to close the Terminal. Then, re-open it.
1. Run `command -v nvm`. You should see the output `nvm`, which confirms `nvm` has been properly installed.
- Install and change to the latest stable version.
1. In the Terminal, run `nvm install 16.15.1`.
1. Run `nvm use 16.15.1`. The output should say _something_ like `Now using node -v16.15.1 (npm v8.11.0)`.
1. In the Terminal, run `nvm install --lts`.
1. Run `nvm use --lts`. The output should say _something_ like `Now using node v18.18.2 (npm v9.8.1)`. It's okay if those numbers differ - It'll show whatever the latest version is.

<br>

Expand Down

0 comments on commit b8d8149

Please sign in to comment.