使用jhipster从现有的microservice应用程序中删除实体

使用jhipster从现有的microservice应用程序中删除实体,jhipster,jhipster-gateway,Jhipster,Jhipster Gateway,当从现有微服务应用程序中重新生成ApiGateWay应用程序中的实体时,我刚刚给出了现有微服务应用程序的相对路径,然后它显示在下面错误 F:\UTILITIES\gateway\master>jhipster entity Employee INFO! Using JHipster version installed globally INFO! No custom sharedOptions found within blueprint: generator-jhipster-yob a

当从现有微服务应用程序中重新生成ApiGateWay应用程序中的实体时,我刚刚给出了现有微服务应用程序的相对路径,然后它显示在下面错误

F:\UTILITIES\gateway\master>jhipster entity Employee
INFO! Using JHipster version installed globally
INFO! No custom sharedOptions found within blueprint: generator-jhipster-yob at C:/Users/MadhuKiran/AppData/Roaming/npm/node_modules/generator-jhipster-yob
INFO! No custom commands found within blueprint: generator-jhipster-yob at C:/Users/MadhuKiran/AppData/Roaming/npm/node_modules/generator-jhipster-yob
? Do you want to generate this entity from an existing microservice? Yes
? Enter the path to the microservice root directory: ../mgmt-ms
>> .jhipster\Employee.json not found in ../mgmt-ms/

您安装的这个蓝图是什么:发电机jhipster yob?它没有可用的github回购协议,也没有关于npm的真实描述。