Browser-sync couldn't open browser

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.

Hi, I only change this part ‘–browser “Google Chrome”’ to ‘–browser “chrome.exe”’ (WIndows)

I tried that as well, but still got the same results.

Do you tried open the terminal as admin?

http://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/

or tried with firefox: ‘–browser “firefox.exe”’