contributing advanced docs updated (#4543)

This commit is contained in:
Neeraj TK 2023-08-15 07:27:01 +05:30 committed by GitHub
parent e4c782f9d9
commit 493863240a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,9 +24,9 @@ Git is optional but we recommend you utilize it. Monkeytype uses the Git source
#### NodeJS and NPM
Currently, the project is using version `16.13.2 LTS`.
Currently, the project is using version `18.17.1 LTS`.
If you use `nvm` (if you use Windows, use [nvm-windows](https://github.com/coreybutler/nvm-windows)) then you can run `nvm install` and `nvm use` (you might need to specify the exact version) to use the version of Node.js in the `.nvmrc` file.
If you use `nvm` (if you use Windows, use [nvm-windows](https://github.com/coreybutler/nvm-windows)) then you can run `nvm install` and `nvm use` (you might need to specify the exact version eg: `nvm install 18.17.1` then `nvm use 18.17.1`) to use the version of Node.js in the `.nvmrc` file.
Alternatively, you can navigate to the NodeJS [website](https://nodejs.org/en/) to download it from there.