Hipster stack for Java developers. Spring Boot + Angular in one handy generator.
hi, I am new to jhipster, I tried to create .net blueprint using this cmd:
jhipster --blueprints dotnetcore
the answer the questions, but no Angular is generated!!, due to an error in the internationalization support, the error says:
Unable to find src/TestProject/ClientApp/src/i18n/en/home.json or missing required pattern. File rewrite failed.
Error: D:\git\src\TestProject\ClientApp\src\i18n\en\home.json doesn't exist
can any help
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>