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.

Cannot read property 'clientWebpack' of undefined

See original GitHub issue

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

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
sudheerjcommented, Feb 24, 2019

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

2reactions
avdev4jcommented, Feb 19, 2019

I’m agree.

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

javascript - Webpack: TypeError: Cannot read property ' ...
I made change to this import statement: import CoinMarketCap from 'components/Partials/Coinmarketcap/link'; This doesn't work on Linux ...
Read more >
"Cannot read properties of undefined ...
When using hot module replacement in Webpack 5.66.0, an error is produced "Cannot read properties of undefined (reading ...
Read more >
[webpack-cli] typeerror: cannot read properties of ...
That is, the primary problem being: TypeError: Cannot read property 'properties' of undefined. The best solution I've found to the problem is to...
Read more >
Webpack 4 css modules TypeError Cannot read property ...
client/src/common/accordian-component/accordian.css) Module build failed: TypeError: Cannot read property 'context' of undefined at Object.
Read more >
How to Avoid the Infamous "Cannot read properties of ...
That error message is telling you the function is returning undefined implicitly, but its return type does not include undefined in it. Awesome!...
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