question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

this.getJhipsterAppConfig is not a function

See original GitHub issue

the 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:closed
  • Created 4 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
erickjxcommented, Jun 20, 2019

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

0reactions
sudheerjcommented, Jul 23, 2019

@erickjx We will check them in a minor release with other changes.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found