You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead
#222
Closed
illiakovalenko opened this issue
Jun 11, 2020
· 1 comment
(node:24932) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
Using this code:
var stream = gulp.src(streamSource).pipe(webpack({ mode: 'production', stats: 'none' }))
(node:24932) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
Using this code:
var stream = gulp.src(streamSource).pipe(webpack({ mode: 'production', stats: 'none' }))
can you look at this problem?
npm 6.11.13
node v10.16.3
gulp Local version: 4.02
gulp CLI version: 2.2.0
The text was updated successfully, but these errors were encountered: