-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
DeprecationWarning: using Buffer without 'new' #1158
Comments
I appreciate the report - it should be fixed soon! |
Did this ever get fixed? |
Still happening to me. I'm using node 7.1.0. |
@abduncan Not yet, as far as I know. I don't know why this issue was closed. |
Stil having issues with this... |
@Zabanaa @unstephenk Upgrade to Node |
@charmander I'm on 7.2.0 |
@GastonRosso Sorry, that was a typo; upgrade to 7.2.1. |
This was referenced Jan 6, 2017
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Node.js v7.x (which is nowadays the 'current' Node.js branch), a
DeprecationWarning
is shown because of line 299 of connection.js.Not a huge problem for now, but would be nice to get rid off I think. :)
Stacktrace:
Edit: looks like this is already getting fixed by either #1156 or #1154, my bad!
The text was updated successfully, but these errors were encountered: