Issue installing web3 using npm

54 views Asked by At

I am trying to install web3 using npm but getting the issue, its w3b300 that's not there any more

Following this tutorial

Here's what logs say

enter image description here

1

There are 1 answers

0
user986508 On

Actually, the issue was new webjs library makes use of async calls a lot.

Digging into documentation helped me solve the issue. Just make sure whcih version you are on and read documentation accordingly.