Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency to commander must be installed manually #7

Open
gaelj opened this issue Mar 6, 2024 · 1 comment
Open

Dependency to commander must be installed manually #7

gaelj opened this issue Mar 6, 2024 · 1 comment

Comments

@gaelj
Copy link

gaelj commented Mar 6, 2024

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

@Mo0rBy
Copy link

Mo0rBy commented Sep 11, 2024

Just came across this as well.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants