Skip to content
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

npm start - "ERROR in (webpack)-hot-middleware/client.js" message-FIXED #472

Closed
richb-hanover opened this issue Mar 1, 2016 · 3 comments

Comments

@richb-hanover
Copy link

Fresh install of react-starter-kit on OSX 10.10.5, node 5.3.0, npm 3.7.1

After git clone/cd/npm install/npm start, I get the above error. Here's the full terminal session that shows the error.

http://pastebin.com/jX6QNHt7

This worked in the past. Any ideas what's wrong? Thanks.

@mriosb
Copy link

mriosb commented Mar 1, 2016

I'm having the exact same issue. OSX 10.11.3. Node 5.7.0. NPM 3.6.0

@richb-hanover
Copy link
Author

The folks who made webpack-hot-middleware pushed a bad update a few hours ago (webpack-contrib/webpack-hot-middleware#80)

Temporary fix is to peg to webpack-hot-middleware to 2.7.1. To do this, update the package.json to say:

"webpack-hot-middleware": "~2.7.1",

then npm install which will pick up the previous version. Once they fix (by pushing out [email protected]), you can update the package.json file

@richb-hanover richb-hanover changed the title npm start - "ERROR in (webpack)-hot-middleware/client.js" message npm start - "ERROR in (webpack)-hot-middleware/client.js" message-Workaround available Mar 1, 2016
@richb-hanover richb-hanover changed the title npm start - "ERROR in (webpack)-hot-middleware/client.js" message-Workaround available npm start - "ERROR in (webpack)-hot-middleware/client.js" message-FIXED Mar 1, 2016
@richb-hanover
Copy link
Author

webpack-hot-middleware was updated overnight to version 2.8.1 which I can confirm fixes the problem. Update your package.json to "webpack-hot-middleware": "^2.8.1" Thanks, all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants