Add recommended ways to install node and node version
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Sat, 21 May 2022 12:03:01 +0000 (17:33 +0530)
committerGitHub <noreply@github.com>
Sat, 21 May 2022 12:03:01 +0000 (17:33 +0530)
README.md

index e4704ab31ed0e164b4fedc0f280151a4a29ea4ee..b35e5975050d855353a6f3b9c7cd0c472c3dfdbe 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,6 +26,8 @@ A tarball of pre-compiled version of the app is provided with each [release](htt
 You can serve the application with a webserver of your choosing by simply copying `dist/` directory to the webroot.
 
 ### Building from source
+> We recommend using a version manager as versions change very quickly. You will likely need to switch 
+between multiple Node.js versions based on the needs of different projects you're working on. [NVM on windows](https://github.com/coreybutler/nvm-windows#installation--upgrades) on Windows and [nvm](https://github.com/nvm-sh/nvm) on Linux/macOS are pretty good choices. Also recommended nodejs version is 16.15.0 LTS.
 
 Execute the following commands to compile the app from its source code: