You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just migrated from bitcore-node-dash to dashcore-node and am getting this error upon dashcore-node start:
/root/dashcore-node/node_modules/bitcore-lib/index.js:12
throw new Error(message);
^
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.
at Object.bitcore.versionGuard (/root/dashcore-node/node_modules/bitcore-lib/index.js:12:11)
at Object.<anonymous> (/root/dashcore-node/node_modules/bitcore-lib/index.js:15:9)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/root/dashcore-node/node_modules/insight-api/lib/blocks.js:4:15)
There are no leftover node modules as this was build entirely in Docker (Dockerfile.txt):
I just migrated from bitcore-node-dash to dashcore-node and am getting this error upon dashcore-node start:
There are no leftover node modules as this was build entirely in Docker (Dockerfile.txt):
Any ideas?
The text was updated successfully, but these errors were encountered: