Closed monkeylord closed 5 years ago
It seems that the version guard error is quite annoying when requiring multiple modules that depend on bsv.
More than one instance of bsv found. Please make sure to require bsv and check that submodules do not also include their own bsv dependency.
Maybe we should change version guard in index.js, by using a global bsv instance in somewhere like global._bsvInstance ?
This issue is closed by PR https://github.com/moneybutton/bsv/pull/86 which has merged.
It seems that the version guard error is quite annoying when requiring multiple modules that depend on bsv.
Maybe we should change version guard in index.js, by using a global bsv instance in somewhere like global._bsvInstance ?