Leo4815162342 / dukascopy-node

✨ Download historical price tick data for Crypto, Stocks, ETFs, CFDs, Forex via CLI and Node.js ✨
https://dukascopy-node.app
MIT License
365 stars 68 forks source link

Promise.allSettled is not a function #136

Closed MislavSag closed 1 year ago

MislavSag commented 1 year ago

When I run the command

npx dukascopy-node -i aaplususd -from 2019-01-13 -to 2019-01-14 -t tick -f csv -v true -ch true

I got an error Something went wrong:

Promise.allSettled is not a function

Leo4815162342 commented 1 year ago

@MislavSag what version of node are you runnong?

node -v

please make sure it's 12.9 or higher

MislavSag commented 1 year ago

Works after update. Sorry, I don't use node ussually.