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
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
I installed the library with bower install bitcore-mnemonic --save but I get the following error:
Uncaught Error: Cannot find module 'bitcore-lib'
at a (bitcore-mnemonic.min.js:1)
at o (web3.min.js:1)
at a (bitcore-mnemonic.min.js:1)
at bitcore-mnemonic.min.js:1
at Object.<anonymous> (bitcore-mnemonic.min.js:1)
at Object.require.2../errors (bitcore-mnemonic.min.js:1)
at a (bitcore-mnemonic.min.js:1)
at bitcore-mnemonic.min.js:1
at Object.require.bitcore-mnemonic../lib/mnemonic (bitcore-mnemonic.min.js:19)
at a (bitcore-mnemonic.min.js:1)
If I install and include bitcore-lib with bower I get this error:
bitcore-lib.js:54088 Uncaught 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 (bitcore-lib.js:54088)
at Object.<anonymous> (bitcore-lib.js:54091)
at Object.require.bitcore-lib../lib/address (bitcore-lib.js:54147)
at s (bitcore-lib.js:1)
at o (web3.min.js:1)
at o (web3.min.js:1)
at (index):68
<script src="../bower_components/bitcore-mnemonic/bitcore-mnemonic.min.js"></script>
<script src="../bower_components/bitcore-lib/bitcore-lib.js"></script>
<script type="text/javascript">
var bitcore = require('bitcore-lib');
console.log("bitcore",bitcore)
var Mnemonic = require('bitcore-mnemonic');
console.log("Mnemonic",Mnemonic)
window.Mnemonic = Mnemonic
</script>
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
I installed the library with
bower install bitcore-mnemonic --save
but I get the following error:If I install and include
bitcore-lib
with bower I get this error:The text was updated successfully, but these errors were encountered: