We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
commander
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
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
README.md
The text was updated successfully, but these errors were encountered:
Just came across this as well.
Had to npm uninstall binance-cli first, then npm install -g commander, npm install -g inside this repo.
npm uninstall binance-cli
npm install -g commander
npm install -g
Sorry, something went wrong.
No branches or pull requests
I tried to install from git on my arch linux machine.
I got this error :
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
The text was updated successfully, but these errors were encountered: