-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include more details in versionGuard message #1328
Comments
I used browserify on a module with both bitcore and bitcore-mnemonic as "dependencies". The final js file only had bitcore in there once (0.13.3). But called it multiple times, thus giving the error and failing to load the whole js file into the browser. I agree that this error message needs to clarify a solution to prevent this. How would I be able to fix my packages.json to allow me to build in browserify properly? |
Using As for the browserify issue, you may be able to use |
Also as note, |
Moved to: bitpay/bitcore-lib#67 |
A few things that could be helpful:
Correct:
Incorrect:
The above will include bitcore four separate times and lead to errors when objects are passed around between the modules.
Edit: Version numbers
The text was updated successfully, but these errors were encountered: