codymikol / karma-webpack

Karma webpack Middleware
MIT License
830 stars 222 forks source link

karma-webpack@3.0.5 requires a peer of webpack@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself. #406

Closed EvalGitHub closed 5 years ago

ryanclark commented 5 years ago

Sorry, its not clear what the issue is here?

EvalGitHub commented 5 years ago

"npm install --save-dev webpack karma karma-webpack" in my project , i get this info shown above

ryanclark commented 5 years ago

The version of karma-webpack you need for webpack v4 is published under the tags @next or @dev. The current @latest supports v3 only. Try npm install karma-webpack@next.

alexander-akait commented 5 years ago

@ryanclark Maybe time to release @next? Also drop node@6?

ryanclark commented 5 years ago

@evilebottnawi good shout, I'll sort this out over the weekend

ryanclark commented 5 years ago

I've made an issue to address this, closing this now.