Update/bump node version in the doc (#5455)

This commit is contained in:
Ajinkya Kulkarni 2021-06-28 21:58:18 +05:30 committed by GitHub
parent b11f0d8d7f
commit 648e57100d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ This error occurs because the node version is not compatible with the app enviro
node versions to be used in different projects. Check below for installation and usage details:
1. Install a node version manager. For eg: check [nvm](https://github.com/nvm-sh/nvm) or [fnm](https://github.com/Schniz/fnm).
1. In the root of the project, run `nvm use 10.16.3` or `fnm use 10.16.3`.
1. In the root of the project, run `nvm use 14.15.4` or `fnm use 14.15.4`.
#### If you would like to hit a different Appsmith server: