Hello, please help. I enter
var browserSync = require('browser-sync'); gulp.task('browserSync', function() { browserSync({ server: { baseDir: "./" }, notify: false, }); }); The code looks something like this, in the console it writes could not open browser (if you are using a browser)