Vonage / vonage-cli

Vonage CLI tool.
Apache License 2.0
18 stars 13 forks source link

command not found: vonage #55

Closed israahamed112 closed 1 year ago

israahamed112 commented 2 years ago

when i tried to run this command: vonage config:set --apiKey=API_KEY --apiSecret=API_SECRET

it doesn't work and i got: command not found: vonage

dragonmantank commented 2 years ago

Hello!

Would you be able to tell me how you installed the CLI, and what OS you are using?

We recommend installing it as a global package with npm install -g @vonage/cli, but you would still need to make sure that NPM's global installations are in your path. While it may work as a local project dependency, we intend for it to be installed globally.

manchuck commented 1 year ago

Closing due to inactivity