-
Create entity subgenerator for PrimeNG module which create client side and backend side entities in a decoupled manner.
-
events.js:182
throw er; // Unhandled 'error' event
^
TypeError: Cannot read property 'replace' of undefined
at constructor.askForProject (C:\Users\Alex\AppData\Roaming\npm\node_mod…
-
##### **Failed to deploy on AWS Elastic Beanstalk**
When deploying on aws using command
```
jhipster aws
```
An error occurs `ERROR! Resource is not in the state dBInstanceAvailable`. …
-
`> yarn global add generator-jhipster-primeng`
yarn global v0.27.5
warning package.json: No license field
warning No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] …
-
D:\oe-cloud\Apps>oe ui-app
Error ui-app
You don't seem to have a generator with the name "ui-app" installed.
But help is on the way:
You can see available generators via npm search oe-generator or…
-
I get the following error:
```
kitura init
module.js:487
throw err;
^
Error: Cannot find module '../lib/utils/unsupported.js'
at Function.Module._resolveFilename (module.js:485:…
gmosx updated
6 years ago
-
-
### The issue
Importing the following JDL in its microservice results in an error:
```
entity A {
name String
}
microservice A with ms
```
```
$ jhipster import-jdl test.jdl
TypeError:…
-
💡 __TIP:__ Select the "Preview" Tab to help read these instructions.
## 1. Issue type
- [x] __Feature:__ I'm requesting an enhancement.
## 2. User story summary
> Describe what you want to…
-
##### **Overview of the issue**
When adding a field on an existing entity, Jhipster modifies the create column statement.
This leads to errors with Liquibase when the project has already been …