Jovo v4 alpha (beta?) feedback


#1

As has been mentioned earlier, Jovo v4 is still under development, but an early version of the documentation is available at https://v4.jovo.tech/docs/getting-started and an early version of the code may be installable following the instructions there.

I started trying to follow those instructions, and immediately ran into a problem. npm install -g @jovotech/cli ran. However, when I started to create a new v4 project, I got an error.

C:\Users\keshlam\jovo>jovov4 -v

@jovotech/cli: 4.0.0-beta.6

Environment:
  System:
    OS: Windows 10 10.0.19043
  Binaries:
    Node: 12.20.2 - C:\Program Files\nodejs\node.EXE
    npm: 7.21.1 - C:\Program Files\nodejs\npm.CMD
C:\Users\keshlam\jovo>jovov4 new j4
 »   Warning: new is not a jovov4 command.
Did you mean help? [y/n]:
 »   Error: Run jovov4 help for a list of available commands.
C:\Users\keshlam\jovo>jovov4 help
Jovo Command Line Interface (Alpha)

VERSION
  @jovotech/cli/4.0.0-beta.6 win32-x64 node-v12.20.2

USAGE
  $ jovov4 [COMMAND]

COMMANDS
  help  display help for jovov4


C:\Users\keshlam\jovo>

So it didn’t install successfully. Any advice from the developers on what to try next?


#2

We are aware of this issue and will release a new version today that will eliminate it.


#3

Reinstalling did seem to fix this;.thanks. (Jovo Update can’t because update was one of the missing subcommands.)


closed #4