I am trying to install web3 on my ubuntu 18.04 system. I am using the following command:
@lc2530hz:~$ sudo npm install -g web3
but I am getting the error:
sudo: npm: command not found
But when I am typing: @lc2530hz:~$ npm --version 6.14.6
Kindly guide me how to install web3.
Zulfi.
0 Answers