this.getJhipsterAppConfig is not a function
See original GitHub issuethe module is not working anymore with jhipster 6.1.0 😦
TypeError: this.getJhipsterAppConfig is not a function
at module.exports.readConfig (node_modules/generator-jhipster-primeng/generators/app/index.js:33:47)
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
this.getJhipsterAppConfig is not a function · Issue #52 - GitHub
Steps to reproduce: npm -g install generator-jhipster-module; mkdir test && cd test; yo jhipster-module # name the module "test"; npm link ...
Read more >Jhipster Ionic Error while creating app : getJhipsterAppConfig ...
Apparently it's an known error and the jhipster-ionic team is currently working on it. I have found a temporary solution : In the...
Read more >TypeError: this.getJhipsterAppConfig is not a function ... - GitLab
The error can be fixed by replacing the old: getJhipsterAppConfig with the new: getAllJhipsterConfig in the index.js of the generator (ie.
Read more >jhipster/generator-jhipster - Gitter
Hello, i try to generate the jhipster-entity-audit nothing works i have an error this.getJhipsterAppConfig is not a function. How can i solve it...
Read more >Ionic Entity Generator with Blueprint - Google Groups
Matt Raible · I'm not sure the blueprint feature is working as expected. I'm working off the latest master branch and I've run...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, i apply fix #73 : this.getJhipsterAppConfig(); -> this.getAllJhipsterConfig();
I was have some troubles after fix because jhipster 6.1.0 need Angular 8 , then i apply this fix from primeng in treedemo.component.ts:
@ViewChild(‘expandingTree’) -> @ViewChild(‘expandingTree’, { static: false })
An rename css file to scss because i use SASS, and fix name in: sliderdemo.component.ts sliderdemo.component.css -> sliderdemo.component.scss
@erickjx We will check them in a minor release with other changes.