-
Notifications
You must be signed in to change notification settings - Fork 569
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
3.4.0 introduced breaking changes (dropping Node 6 support) #589
Comments
This was referenced Sep 23, 2019
Thanks for raising this issue. We are also stuck due to this |
Turbo87
added a commit
to Turbo87/ember-cp-validations
that referenced
this issue
Sep 26, 2019
... which still supports Node.js 6 see socketio/engine.io#589
Turbo87
added a commit
to Turbo87/ember-cp-validations
that referenced
this issue
Sep 26, 2019
... which still supports Node.js 6 see socketio/engine.io#589
This was referenced Oct 21, 2019
rwjblue
added a commit
to rwjblue/ember-load-initializers
that referenced
this issue
Nov 2, 2019
Also ran into this issue. Clearly stating this minimum version requirement with the |
Closing now, as I don't think we can do anything else. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am very sorry to raise such an issue (I know its often pretty frustrating as a maintainer to have someone else tell me about "semver violations"), please understand that I am only reporting because I would also want to be aware of issues that consumers of my packages are facing.
The
ws
updated landed in #587 was a breaking change and releasing that updated as 3.4.0 means existing consumers that still support Node 6 environments are now broken. Sincews@7
drops support for Node 6 (for example, it uses object rest/spread), any Node 6 consumers that had been using^3.3.1
(which worked fine) will now get3.4.0
and receive errors whenws
'slib/websocket.js
is required.Thank you for your time (and again, I apologize for the distasteful issue).
The text was updated successfully, but these errors were encountered: