mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-01-31 02:50:03 +08:00
Add .nvmrc file and updated Node.js installation instructions (#1968) by mtthwn
Co-authored-by: Jack <bartnikjack@gmail.com>
This commit is contained in:
parent
d3e8e43c4a
commit
d99b3523a5
3 changed files with 4 additions and 0 deletions
1
.npmrc
Normal file
1
.npmrc
Normal file
|
@ -0,0 +1 @@
|
|||
engine-strict=true
|
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
@ -0,0 +1 @@
|
|||
14.17.3
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue