-
Notifications
You must be signed in to change notification settings - Fork 123
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: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead #221
Comments
I have the same issue,
can you look at this problem? npm 6.11.13 |
@shotlandec1980 why did you close this? Did you find a solution? |
@eballeste Unfortunately, I did not find a solution ( |
@shotlandec1980 @sc-illiakovalenko is this still an issue? This occurs because https://nodejs.org/docs/latest-v12.x/api/domain.html is deprecated in node 12 and likely because a module in the dependency was using it. I don't see that deprecation message with node 12 so I'm guessing a module removed the deprecation. |
@shama @shotlandec1980 Im getting this issue also after installing webpack-stream 6.1.2. It happens when I set the mode to production. node.js: 12.8.4 Update: However on my workplace CI pipeline it always fails. I'm starting to think is there something happening on background after few tries and it works. CI pipeline always starts building website from scratch and it fails always when mode is production. gulp is using a module which uses 'domain' module that is deprecated. Latest and version later than node.js 14.6 shouldn't care about it but for some reason setting mode to "production" makes it break. No idea how these two are related. |
mode: 'production' gives an error message
npm 6.13.7
node v13.11.0
gulp CLI version: 2.2.0
gulp Local version: 4.0.2
The text was updated successfully, but these errors were encountered: