Fix for web3 version

This commit is contained in:
phahulin 2017-06-24 10:46:19 +03:00 committed by GitHub
parent 86119800f9
commit 0802a51bb8
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ install_netstats() {
echo "=====> install_netstats"
git clone https://github.com/cubedro/eth-net-intelligence-api
cd eth-net-intelligence-api
sed -i '/"web3"/c "web3": "0.19.x",' package.json
sudo npm install
sudo npm install pm2 -g