-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Module not found: Error: Cannot resolve module 'webpack-hot-middleware/client' #289
Comments
That's weird. I couldn't re-produce this. |
I can confirm the same issue on 2 pc's (1 mac, 1 windows). All runing npm 3.x. But the same repository works on another windows pc. So we're also lost at the moment. We tried: I cannot provide a sample repo, but I'm not sure if it's a repo thing... |
@eschaefer a workaround that works for us at the moment is to reove the 'webpack-hot-middleware/client' from |
Using |
@tcoopman I did this as well, and it fixed the issue for now. Would still love to have hot module loading in the future, but this at least lets me move forward. |
This is a weird issues. Guys, help us to figure our what's going on here. (I know it's hard to create a re-producible build) I want this to be fixed somehow. cc @mnmtanish |
@arunoda I will continue investigating and will report what I find. (I can't share the current repo this is happening on, unfortunately) |
It's a very strange issue. At the moment I don't have time to further investigate. I will update when I find out more. |
Guys, I also found this issue. I haven't started to fix it. Pinpoint |
Encountering the same issue while trying to learn Mantra via mantra sample blog app. Accessing the url results to empty storybook. Here: React Storybook started on => http://localhost:9001/
webpack built 956d48c7a989333d37fb in 452ms
Hash: 956d48c7a989333d37fb
Version: webpack 1.13.1
Time: 452ms
Asset Size Chunks Chunk Names
manager.bundle.js 621 kB 0 [emitted] manager
preview.bundle.js 22.4 kB 1 [emitted] preview
chunk {0} manager.bundle.js (manager) 251 kB [rendered]
[0] multi manager 28 bytes {0} [built]
[1] ./~/@kadira/storybook/dist/manager.js 251 kB {0} [built]
chunk {1} preview.bundle.js (preview) 40 bytes [rendered]
[0] multi preview 40 bytes {1} [built] [2 errors]
ERROR in multi preview
Module not found: Error: Cannot resolve module 'webpack-hot-middleware/client' in /home/arvi/Projects/mantra-sample-blog-app
@ multi preview
ERROR in multi preview
Module not found: Error: Cannot resolve module 'babel' in /home/arvi/Projects/mantra-sample-blog-app
@ multi preview Machine: Elemantary OS Freya (if that's important to know 😄 ) |
I got the same problem with 1.22.1 |
Guys, try the new version |
Closing this since we fixed this with |
the above methods that i try fail,finally figure out my problem method is use specific version webpack-dev-sever, like 3.1.0 and on on |
Like #205, tried adding this to an existing project using the guide
Really lost about how to resolve this, since I'm using npm version 3+ and no other similar bug reports have had an issue on this version.
Tried this already too:
The text was updated successfully, but these errors were encountered: