-
*This is minor bug, and the main benefit of fixing it may be an improvement in code clarity rather than the behavioral difference. I think it makes sense to fix this in the same pull request that fixe…
-
**Describe the bug**
`npm install` step in app generation fails with errors in initial build of very simple React/MySQL app.
**To Reproduce**
```bash
paul@Lenovo:~/Desktop/aaa/project
$ mkdir t…
-
## Easy-Ui5 version:
> Run `yo easy-ui5 --plugins` to print all relevant version strings
yo easy-ui5 --plugins
_-----_
| | ╭──────────────────────────╮
|--(o)--| │ W…
-
**Describe the bug**
I tried creating a new app with the following JDL.
```
application {
config {
applicationType monolith
baseName HealthPoints
packageName com.okta.develope…
-
Hello,
I tried to generate microservice project using jhipster-native and got error
```
INFO! No custom sharedOptions found within blueprint: generator-jhipster-native at /opt/homebrew/lib/node_…
-
##### **Overview of the issue**
**This error occurs only on Windows, using Linux or Mac works fine.**
Blueprints that have a generate with an associated commands fail to run on Windows when …
-
Hi :)
I have a scenario here with 3 subgeneratos following the structure below:
```
└───generator-dummy-adauto
│ package-lock.json
│ package.json
└───generators
├───…
-
##### **Overview of the issue**
When I run a fresh `jhipster generate-blueprint` with default values (named it 'lsy-blueprint') it exists with the following error for each selected sub-generato…
-
I just tried using the generator, but it don't find the generator.
```
$ yo discord
Error discord
You don't seem to have a generator with the name “discord” installed.
But help is on the way:
…
-
In Python the `yield from` syntax described in [PEP 380](https://www.python.org/dev/peps/pep-0380/) allows a generator to delegate to a subgenerator, with the subgenerator then able to yield to the ca…