Skip to content

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

Description

@jnovack

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";
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions