Is there a way to install and also use the different package versions in npm? Installations works:
npm install -g [email protected] npm install -g [email protected] npm install -g [email protected] I can install npm install -g [email protected] and check npm view web3 versions them. But how can I use them in the *.js script? Something like this:
require('[email protected]'); require('[email protected]'); require('[email protected]');