bitpay / bitcore-message

Bitcoin Message Verification and Signing for Bitcore
88 stars 242 forks source link

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. #29

Open gkucmierz opened 7 years ago

gkucmierz commented 7 years ago

These 2 things dont want to work together:

var bitcore = require('bitcore-lib');
var Message = require('bitcore-message');

https://github.com/bitpay/bitcore-lib/issues/153

BrennerSpear commented 6 years ago

^ bump my solution for now is just copy & pasting the lib/message.js into what I need