From e900e6e50e8b310c067f130877028eec5d8ac655 Mon Sep 17 00:00:00 2001 From: Nicholas Chen Date: Fri, 3 Jan 2020 18:59:47 -0500 Subject: [PATCH] Updated to make docs to make it more precise --- README.md | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 6c5502453..6e74e0d48 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,16 @@ Community: [telegram group](https://t.me/bluewallet) - - - ## BUILD & RUN IT +Please refer to the engines field in package.json file for the minimum required versions of Node and npm. It is preferred that you use an even-numbered version of Node as these are LTS versions. + +To view the version of Node and npm in your environment, run the following in your console: + +``` +node --version && npm --version +``` + * In your console: ``` @@ -40,20 +45,6 @@ npm install Please make sure that your console is running the most stable versions of npm and node (even-numbered versions). -``` -npm --version && node --version -``` - -If not, please change your node version in the shell, assuming you have installed node and npm via the Homebrew Package Manager. - -``` -brew install node@12 -brew unlink node -brew link node@12 -``` - -For more information and background information, please refer to this link: https://apple.stackexchange.com/questions/171530/how-do-i-downgrade-node-or-install-a-specific-previous-version-using-homebrew - * To run on Android: You will now need to either connect an Android device to your computer or run an emulated Android device using AVD Manager which comes shipped with Android Studio. To run an emulator using AVD Manager: