ViewBlock / binance-api-node

:chart: A complete and heavily tested wrapper with typings for the Binance API.
657 stars 502 forks source link

Http-client : _crypto.default.createHmac is not a function #658

Open maelgaillard opened 6 months ago

maelgaillard commented 6 months ago

I'm using binance-api-node in an Angular 17 application with Node 21 and I can't seem to use the API. I'm getting the error "There was an error! TypeError: _crypto.default.createHmac is not a function". What could be the issue?