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

ducascopy-cli command not found on windows #22

Closed nimo862 closed 3 years ago

nimo862 commented 4 years ago

Hello, thank you for this useful tool. I installed ducascopy-cli on Windows 10 with the command npm install dukascopy-cli --save-dev

but when I try to use it, it gives me the error: ducascopy-cli not recognized as an internal or external command

How can I resolve the problem? Thanks

Leo4815162342 commented 4 years ago

@nimo862 can you try running npx ducascopy-cli? for example: npx dukascopy-cli -i eurusd -from 2006-01-01 -to 2020-01-01 -t d1 -f json

nimo862 commented 3 years ago

@nimo862 can you try running npx ducascopy-cli? for example: npx dukascopy-cli -i eurusd -from 2006-01-01 -to 2020-01-01 -t d1 -f json

Thanks! It worked