I am learning the front-end build system currently gulp, i want to use brower-sync and the problem is it is not throwing an error in the commad line but instead when it brings
gulp.task('browser-sync', function() { browserSync({ server: { baseDir: "./" }, port: 8080, open: true, notify: false }); });