Skip to content

Commit 49ab0dc

Browse files
authored
docs(doc): update the description for nvs in dev setup doc (#14637)
* docs(doc): update the description for nvs in dev setup doc
1 parent 051b50d commit 49ab0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEV_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Close and re-open your terminal to confirm `nvs` is installed.
8282
nvs --version
8383
```
8484

85-
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.
85+
Now we can use `nvs` to install the currently required Node.js version set in `.nvmrc`. The `auto` command selects the correct version of Node.js any time we're in the `opentrons` project directory. Without `auto`, we would have to manually run `use` or `install` each time we work on the project.
8686

8787
```shell
8888
nvs add 18

0 commit comments

Comments
 (0)