Update CONTRIBUTING.md

This commit is contained in:
Jack 2021-10-14 19:54:05 +01:00 committed by GitHub
parent 7918dafc60
commit 7b5ff7be0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ Follow these steps if you want to work on anything involving the database/accoun
To install NodeJS, navigate to the NodeJS [website](https://nodejs.org/en/) and download the `14.18.1 LTS`.
Alternatively, if you use `nvm` then you can run `nvm install && nvm use` to use the version of Node.js in the `.nvmrc` file.
Alternatively, if you use `nvm` then you can run `nvm install && nvm use` to use the version of Node.js in the `.nvmrc` file (if you use Windows, use [nvm-windows](https://github.com/coreybutler/nvm-windows)).
## Building and Running Monkeytype