-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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 in node.js v7.0.0 #493
Comments
when i use nodejs v7.0.0 and use this package and i use session store DeprecationWarning: Using Buffer without new will soon stop working. Use new Buffer(), or preferably Buffer.from(), Buffer.allocUnsafe() or Buffer.alloc() instead. how fix ?? |
Unfortunately node isn't going back, so I think this needs to be fixed. browserify is seeing the same problem |
This isn't an error, but it's really annoying to see the message show up on stderr :/ |
AFAICT it was fixed in node 7.3.0. See nodejs/node#9529 |
when i use nodejs v7.0.0 and use this package and i use session store
i get the error:
DeprecationWarning: Using Buffer without new will soon stop working. Use new Buffer(), or preferably Buffer.from(), Buffer.allocUnsafe() or Buffer.alloc() instead.
how fix ??
The text was updated successfully, but these errors were encountered: