-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Comments
I'm having the exact same issue. OSX 10.11.3. Node 5.7.0. NPM 3.6.0 |
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:
then |
webpack-hot-middleware was updated overnight to version 2.8.1 which I can confirm fixes the problem. Update your package.json to |
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.
The text was updated successfully, but these errors were encountered: