binance-cli icon indicating copy to clipboard operation
binance-cli copied to clipboard

Dependency to `commander` must be installed manually

Open gaelj opened this issue 1 year ago • 1 comments

I tried to install from git on my arch linux machine.

I got this error :

❯ binance-cli
node:internal/modules/cjs/loader:1152
  throw err;
  ^

Error: Cannot find module 'commander'

I fixed it by running npm install commander -g

It would probably be a good idea to either include this dependency in the package, or at least specify this requirement in README.md

gaelj avatar Mar 06 '24 14:03 gaelj

Just came across this as well.

Had to npm uninstall binance-cli first, then npm install -g commander, npm install -g inside this repo.

Mo0rBy avatar Sep 11 '24 17:09 Mo0rBy