generator-jhipster-primeng: Cannot read property 'clientWebpack' of undefined

When using yo jhipster-primeng on a new jhipster project, this exception is thrown after selecting the components to use

`events.js:183 throw er; // Unhandled ‘error’ event ^

TypeError: Cannot read property ‘clientWebpack’ of undefined ` generator version : 2.2.0 jhipster version: 5.8.1 node version: 8.15.0 npm version: 6.4.1

This happens no matter what theme/component is selected

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 27 (13 by maintainers)

Commits related to this issue

Most upvoted comments

Thanks for testing. Now I’am waiting for the new release from JHipster.

I’m agree.

IMO my PR is ready to merge, I also added unit tests to prevent other regressions.