-
Notifications
You must be signed in to change notification settings - Fork 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
Travis run failing on node 0.10/0.12 due to unpinnned socket.io-client #1167
Comments
Which of the options (dropping support for EOL nodejs or pinning multiple dependencies) is preferred? Happy to open a PR once confirmed.. |
@indexzero do you have a preference? :-) |
Same failure is happening for mocha too... hoping this project is active enough to get #1235 merged in but that might be wishful thinking:
|
The Travis run is failing on node 0.10/0.12 with:
(for example https://travis-ci.org/nodejitsu/node-http-proxy/jobs/230765815)
The package
ws
has dropped support for these versions of node:websockets/ws#1077
Options are to:
ws
version 1.x. However engine.io-client 3.x explicitly requires ws 2.x, so we'd need to pin to engine.io-client 2.x (the latest of which is 2.2.1), which would mean falling back from socket.io-client 2.x to 1.7.4.Note at the moment that node-http-proxy doesn't pin socket.io-client or many other devDependencies at all:
The text was updated successfully, but these errors were encountered: