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

Deprecation warming #583

Closed
Fastidious opened this issue Dec 19, 2016 · 5 comments
Closed

Deprecation warming #583

Fastidious opened this issue Dec 19, 2016 · 5 comments

Comments

@Fastidious
Copy link

Fastidious commented Dec 19, 2016

I am getting:

Daedalus:Desktop david$ dat tst
(node:67574) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`, or preferably `Buffer.from()`, `Buffer.allocUnsafe()` or `Buffer.alloc()` instead.
Sharing /Users/david/Desktop/tst

Known issue? Using dat 11.6.0 under macOS.

@okdistribute
Copy link
Collaborator

What version of node are you using?

@Fastidious
Copy link
Author

Fastidious commented Dec 19, 2016

@Karissa, I am using v7.0.0.

@max-mapper
Copy link
Collaborator

I believe that deprecation warning got deprecated (lol). BTW we develop against Node LTS versions so v6 is recommended over v7 currently

@Fastidious
Copy link
Author

@maxogden I don't understand about the deprecation being deprecated. On macOS I use brew to install node, and v7.0.0 came down with a brew update, I believe. I didn't pick it. Everything else I have on node runs fine without complain, but dat.

@joehand
Copy link
Collaborator

joehand commented Dec 19, 2016

@Fastidious this warning will be removed soon (looks like 7.2.1). This was what Max meant when he said it will be deprecated. There is a thread here if you'd like further reading.

I'm going to close this as that warning will be removed in upcoming node v7 releases.

@joehand joehand closed this as completed Dec 19, 2016
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