Skip to content
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

Closed
c941010623 opened this issue Nov 1, 2016 · 4 comments
Closed

DeprecationWarning in node.js v7.0.0 #493

c941010623 opened this issue Nov 1, 2016 · 4 comments

Comments

@c941010623
Copy link

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 ??

@c941010623
Copy link
Author

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 ??

@spelunk
Copy link

spelunk commented Nov 13, 2016

Unfortunately node isn't going back, so I think this needs to be fixed. browserify is seeing the same problem

@semiphore
Copy link

This isn't an error, but it's really annoying to see the message show up on stderr :/

@SheetJSDev
Copy link
Contributor

AFAICT it was fixed in node 7.3.0. See nodejs/node#9529

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants