-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Please update all dependencies #260
Comments
Getting |
have you tried |
I'm getting the same error after updating to node 4.0. Also tried |
Deleted the |
@razagill coz socket.io depends on an old ws. |
Seems like socket.io is still not updated for Node 4 though, which is sad. Anyway tagging along to get notified when this is fixed. |
same problem with node 4.0 caused by socket.io |
Adding to the list: nodejs/node#2798. |
webpack-dev-server depends on two socket.io packages that have just been patched to work on iojs3 or node4. They haven't cut new releases yet, but you can change the webpack-dev-server package.json file to use the patched versions directly like so
Of course this hack isn't a lasting solution and can't be done in production, but for now it's a simple workaround to get the dev-server stuff working again in your dev environment. |
Need a So it needs to be:
f5b753 being a later commit. |
A new version of socket.io is just released which includes the fix to work on nodejs v4 ( Edit: nvm, Can you verify that this issue is now fixed? |
Build errors still exist, but only raise on optional deps [https://github.com/BrowserSync/browser-sync/issues/820]. Looks like no impact on daily usage, just ignore them would be fine. |
It can't work well on node 4.0
The text was updated successfully, but these errors were encountered: