Skip to content

Commit

Permalink
docs: update nodejs version in the doc for 7.2.0 (#14471)
Browse files Browse the repository at this point in the history
* docs: update nodejs version in the doc
  • Loading branch information
koji authored Feb 12, 2024
1 parent 0c19564 commit 416d823
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEV_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will need the following tools installed to develop on the Opentrons platform
- curl
- ssh
- Python v3.10
- Node.js v16
- Node.js v18

### macOS

Expand Down Expand Up @@ -82,10 +82,10 @@ Close and re-open your terminal to confirm `nvs` is installed.
nvs --version
```

Now we can use nvs to install Node.js v16 and switch on `auto` mode, which will make sure Node.js v16 is used any time we're in the `opentrons` project directory.
Now we can use nvs to install Node.js v18 and switch on `auto` mode, which will make sure Node.js v18 is used any time we're in the `opentrons` project directory.

```shell
nvs add 16
nvs add 18
nvs auto on
```

Expand Down Expand Up @@ -202,7 +202,7 @@ Once you are inside the repository for the first time, you should do two things:
3. Run `python --version` to confirm your chosen version. If you get the incorrect version and you're using an Apple silicon Mac, try running `eval "$(pyenv init --path)"` and then `pyenv local 3.10.13`. Then check `python --version` again.

```shell
# confirm Node v16
# confirm Node v18
node --version

# set Python version, and confirm
Expand Down

0 comments on commit 416d823

Please sign in to comment.