I’ve done all the setup in chapter 1, but when it comes time to try and view the page I’ve made in chapter 2, I get a browser-sync error. I opened the terminal and typed ‘browser-sync start --server --browser “Google Chrome” --files “stylesheets/*.css, *.html”’ When I hit enter the program starts running until I get this message: “Couldn’t open browser (if you are using BrowserSync in a headless environment, you might want to set the open option to false)”
I can open my page the normal way by just double clicking the html file, but I’d like to get browser sync working. I also tried googling the problem on my own, but didn’t see anything useful.