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

gulp DeprecationWarning in node 14.5? #127

Open
designosis opened this issue Jul 3, 2020 · 1 comment
Open

gulp DeprecationWarning in node 14.5? #127

designosis opened this issue Jul 3, 2020 · 1 comment

Comments

@designosis
Copy link

designosis commented Jul 3, 2020

I have several tasks in my gulpfile.js that are called by other gulp functions, including:

gulp.task('css-clean', function(){
    return del(['css/'+files.dest.css]);
});

After updating from node 14.3.0_1 -> 14.5.0, the above function returns the following warning:

[19:47:15] Starting 'css-clean'...
(node:45141) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
[19:47:15] Finished 'css-clean' after 35 ms

Gulp versions are: CLI version: 2.2.0, Local version: 4.0.2

Did node 14.5.0 break del? Happy to help trace it if given instructions on how :)

@TigersWay
Copy link

TigersWay commented Jul 15, 2020

Same here +1

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

2 participants