Cannot read property 'clientWebpack' of undefined
See original GitHub issueWhen 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:
- Created 5 years ago
- Comments:27 (13 by maintainers)
Top 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 >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
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.