Updated to make docs to make it more precise

This commit is contained in:
Nicholas Chen 2020-01-03 18:59:47 -05:00 committed by Overtorment
parent 8889d5d347
commit e900e6e50e

View file

@ -25,11 +25,16 @@ Community: [telegram group](https://t.me/bluewallet)
<img src="https://i.imgur.com/hHYJnMj.png" width="100%">
## 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: