skypper
skypper
Try installing the dependencies yourself. ```npm install eslint@^4.9.0```
I encountered problems when running `npm install` which were fixed by setting `unsafe-perm` to true. https://stackoverflow.com/questions/18136746/npm-install-failed-with-cannot-run-in-wd
I tried forking `bitcore-lib-cash` package to a new package `bitcore-lib-cash` and modified the network parameters and dns seeds for Bitcoin SV, but it doesn't work. I also tried to modify...
Same thing on v8.22.2 branch.
On v8.0.0 when I run `npm run node`: ``` root@ip-172-31-20-136:/home/ubuntu/bitcore# npm run node > @8.0.0 node /home/ubuntu/bitcore > cd packages/bitcore-node && npm start > [email protected] start /home/ubuntu/bitcore/packages/bitcore-node > npm run...
The first issue related to "connected to peer" log and "not connected to peer" log immediately after is just because I got the ports wrong, it works for BCH when...