gulp4

Gulp 4.0.1. Module 'del' not found

I ran into a problem: when building a project in Gulp version 4.0.1, I can't use the 'del' module. The terminal outputs the f ... st gulp = require('gulp'); const clear = require('del'); gulp.task('clear', function() { return del.sync(['dist']); });

How to build a multi-page BEM project with dependencies on Gulp4 and / or Webpack4?

I have only recently started to master the BEM methodology comprehensively (before that I used only BEM naming). I really lik ... pe I was able to express myself clearly and get my point across. What are your thoughts on this? :) Thank you all in advance.