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
I got this to work when the index.html file was inside the same folder:
browserSync.init({ server: { baseDir: "./" } });