错误!这个 JHipster 子生成器不适合独立使用

ERROR! This JHipster subgenerator is not intented for standalone use

我正在尝试在 jHipster 的帮助下搭建单体应用程序的脚手架。选择应用程序名称后,我立即收到此错误。日志:

Welcome to JHipster v5.6.1

WARNING! Your Node version is not LTS (Long Term Support), use it at your own risk! JHipster does not support non-LTS releases, so if you encounter a bug, please use a LTS version first.
? Which *type* of application would you like to create? (Use arrow keys)
? Which *type* of application would you like to create? Monolithic application (
recommended for simple projects)
? What is the base name of your application? (jhipster)
? What is the base name of your application? jhipster
Error jhipster

ERROR! This JHipster subgenerator is not intented for standalone use.

您似乎使用 yeoman 命令调用 jhipster 生成器:yo jhipster。此语法已弃用。请使用 JHipster CLI:

jhipster

一般来说,运行 jhipster <command> 而不是 yo jhipster:<command>