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 was archived by the owner on Jun 28, 2021. It is now read-only.
Hi ,
I am unable to install bitpay-rest on my mac. "npm install bitpay-rest" is throwing an error when building secp256k1.
Have a look on logs
Afraz-imac:api ahmad.afraz$ cd /Users/ahmad.afraz/Desktop/btpay_poc
Afraz-imac:btpay_poc ahmad.afraz$ npm install bitpay-rest
npm WARN deprecated request@2.87.0: request has been deprecated, see request/request#3142
CXX(target) Release/obj.target/secp256k1/functions.o
In file included from ../functions.cc:5:
.././async.h:45:15: warning: 'Call' is deprecated [-Wdeprecated-declarations]
callback->Call(3, argv);
^ Please if someone encountered this issue and solved then tell me the solution. Thanks.