-
Notifications
You must be signed in to change notification settings - Fork 1k
Cant use this library due to crypto #122
Comments
Im getting an
would that be related to this issue? I was also getting the bs58 error but after installing bs58 2.0.0 now im getting this. If so are there currently any work-arounds? |
I think I have a similar problem with this.
I'm trying to use this lib with Angular 2 (webpack) and using Any solution? |
I manually installed all of bitcore-libs dependencies at their exact versions into my project and it fixed the issue for me (using ionic2). |
I fixed my problem, changing webpack config file:
|
could you point the path for the webpack config file on angular 1.0.3, please? Thanks in advance |
|
I am also getting the I am calling I have manually installed the dependencies, but that seems to have no effect. I have setup local testing and the seeds I am generating work there, but not when I serve the ionic application. |
I can confirm, if you install the dependencies at the give version it works. Is this a bug with your package and how npm installs it? |
please see:
https://github.com/bitpay/copay-recovery/tree/master#installation
You need to enable crypto in Angular 2, explicity.
…On Thu, Sep 21, 2017 at 7:43 PM, theDe¢entralizer ***@***.***> wrote:
I can confirm, if you install the dependencies at the give version it
works. Is this a bug with your package and how npm installs it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGCHASMRmV6Nx9sLJ2JaiZraPRmaBYwks5skuaMgaJpZM4L-SAB>
.
--
BitPay.com
|
hello all, I'm with the same error, but in Angular 5 + Ionic 3 Can someone help me? can you tell me the step by step to solve this problem please? I've been trying to solve it for days and I'm not getting it. ` var global_keystore;
} ` Console.log: ERRO: |
@Dkdaniz What is your elliptic version in package.json ? I had the same error and update to "^6.4.0" and it's working now. |
@txreplay I had a similar issue. Updating [email protected] solved my issue. I was using Ionic 3 |
It is trying to use
crypto.createHash
methodbut it is reserved in browser and it has another methods.
The text was updated successfully, but these errors were encountered: