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

[DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead. #1

Open
jnovack opened this issue Jun 11, 2020 · 0 comments

Comments

@jnovack
Copy link

jnovack commented Jun 11, 2020

In Node12, domain becomes DEPRECATED. https://nodejs.org/docs/latest-v12.x/api/domain.html

var domain = require("domain");

Please either correct or republish with the following caveat in package.json

    engines: {
        node: "<11";
    }
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

1 participant