mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-20 14:05:27 +01:00
Updated to make docs to make it more precise
This commit is contained in:
parent
8889d5d347
commit
e900e6e50e
1 changed files with 8 additions and 17 deletions
25
README.md
25
README.md
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue