Fix docs, use node 14

This commit is contained in:
Bryan Ashby 2022-10-10 11:24:16 -06:00
parent 6710bf8c08
commit 32b4c344a8
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh |
Next, install Node.js with NVM:
```bash
nvm install 12
nvm use 12
nvm alias default 12
nvm install 14
nvm use 14
nvm alias default 14
```
If the above steps completed without errors, you should now have `nvm`, `node`, and `npm` installed and in your environment.