Installing Jovo CLI


#1

I run npm install -g jovo-cli and installs without issue. However, it still does not recognize any of the ‘jovo’ commands. Has anyone had a similar experience? This is the message I get:

‘jovo’ is not recognized as an internal or external command,
operable program or batch file.


#2

Hey! Maybe this thread is helpful:


#3

Just for anyone suffering from the same issue:

The problem occurred when I installed MySQL onto my local Windows machine. As far as I can tell the installation process messed with the environment variables. I fixed the problem by

  1. Locating the ‘jovo’ WIndows Command file at …\AppData\Roaming\npm.
  2. Going to System->Advanced systems settings -> Environment Variables -> User variables for …:: Path
  3. Copying the path in step 1, and saving it as a new User Environment Variable.
  4. Restarting the machine