1
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?
Any news on this problem? According to other threads it seems rather intractable. Did you find a workaround? – Mundi – 2016-09-15T10:00:16.260
I have not found a solution to that unfortunately. – hartmut – 2016-10-03T09:10:18.687