These two lines (and nothing more), create an error:
var exp = require('bitcore-explorers');
var btc = require('bitcore-lib');
Error: More than one instance of bitcore-lib found. Please make sure to require bitcore-lib and check that submodules do not also include their own bitcore-lib dependency.
I could see that this issue has been documented here, as well as here, and here. I read these pages, but I am still unable to overcome the issue.
Can someone please help? How do you do when trying to import different modules of bitcore?