update the node version in debian install details (#7933)
This commit is contained in:
parent
e5e89ec549
commit
f2b1737edd
|
|
@ -110,18 +110,18 @@ These fixes disable mining pool operator payments and miner payments: they just
|
||||||
1. `git clone https://github.com/ZcashFoundation/s-nomp`
|
1. `git clone https://github.com/ZcashFoundation/s-nomp`
|
||||||
2. `cd s-nomp`
|
2. `cd s-nomp`
|
||||||
3. Use the Zebra fixes: `git checkout zebra-mining`
|
3. Use the Zebra fixes: `git checkout zebra-mining`
|
||||||
4. Use node 8.11.0:
|
4. Use node 10:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nodenv install 8.11.0
|
nodenv install 10
|
||||||
nodenv local 8.11.0
|
nodenv local 10
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nvm install 8.11.0
|
nvm install 10
|
||||||
nvm use 8.11.0
|
nvm use 10
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Update dependencies and install:
|
5. Update dependencies and install:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue