From 648e57100d8ced864cb4db329765410b14282e32 Mon Sep 17 00:00:00 2001 From: Ajinkya Kulkarni Date: Mon, 28 Jun 2021 21:58:18 +0530 Subject: [PATCH] Update/bump node version in the doc (#5455) --- contributions/ClientSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/ClientSetup.md b/contributions/ClientSetup.md index 5ffd5e6a63..7cf5d47804 100644 --- a/contributions/ClientSetup.md +++ b/contributions/ClientSetup.md @@ -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: