Add .nvmrc file and updated Node.js installation instructions (#1968) by mtthwn

Co-authored-by: Jack <bartnikjack@gmail.com>
This commit is contained in:
Matthew An 2021-10-13 14:44:20 -04:00 committed by GitHub
parent d3e8e43c4a
commit d99b3523a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

1
.npmrc Normal file
View file

@ -0,0 +1 @@
engine-strict=true

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
14.17.3

View file

@ -84,6 +84,8 @@ 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 `xx.xx.x 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.
## Building and Running Monkeytype
Once you have completed the above steps, you are ready to build and run Monkeytype.