-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot load 'webpack' #70
Comments
I'm seeing this issue with fixed versions of karma 0.13.4 and karma-webpack 1.7.0
|
@pojka could you show me the output of |
@dignifiedquire sure - https://gist.github.com/pojka/49307fbb77d1c0ee18ed Please let me know if I'm being dumb :) |
@pojka looks like there is another bug in there :( thanks for the report |
I have the same problem, how can I temporarily solve this? Or I need to wait for fix? Thanks. EDIT: Or can I help you with my logs? |
@kmaraz using the following combination works for me for the moment:
|
@pojka Thanks! |
Hello, isn't there a way NOT to use old versions? 👍 |
+1 |
Does someone have repo which fails with this error, using |
I updated to |
@dignifiedquire not working for me with I've stripped everything down to a very basic config and a hello world test, repo is here - https://github.com/pojka/debug-karma-webpack-70 If you change to |
Hi! [email protected] and [email protected] also did not work for me, so I downgraded to [email protected] and [email protected] and it triggers the following error (which I think is new in the current stack of error messages and might therefore have another cause):
with the karma.config
|
My problem was solved by upgrading to the latest version of webpack. |
Same issue here. I'm running a clone of https://github.com/pheuter/essential-react with Full output of |
@claudiopro you need to upgrade karma to |
@dignifiedquire thanks, |
@pojka @jingzhou123 I've just checked you repo and everything is working fine for me, I ran $ npm install
$ node_modules/.bin/karma start karma.conf.js Could you check that you are using |
@dignifiedquire that was indeed the issue, thank you for your patience! |
Closing this as all issues seem to have been resolved. |
wow, this whole time I wasn't using node_modules/.bin/karma and was instead using the global karma. Just wanted to say this in case anyone else had the same issue. |
@joeheyming Good call out. Didn't even think of that. Completely fixed my issues. |
Two ways to use
, try |
here is my package.json file
I change karma version to
~0.12.37
and karma-webpack to~1.6.0
,it works;But when karma-webpack is 1.7.0, it throw errors when I run
karma start karma.config.js
The text was updated successfully, but these errors were encountered: