Comment out version change in web3

This commit is contained in:
phahulin 2017-06-30 18:54:07 +03:00 committed by GitHub
parent 7970b6a58a
commit f09b7f9134
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,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
#sed -i '/"web3"/c "web3": "0.19.x",' package.json
sudo npm install
sudo npm install pm2 -g