August 2018
Intermediate to advanced
404 pages
11h 19m
English
Here are the steps to install web3.js and then configure it:
npm install web3
This will download the latest package available in the npm directory. Specify the version along with the install command to download a different release. Try installing the 0.2x.x release by specifying its version:
npm install web3@0.20.6
Run the following command to view the list of packages and select the one that suits your needs:
npm view web3 versions
Read now
Unlock full access