Mac with Parallels VMs that have Chrome in them as well

I have a Mac with a couple Windows VMs that have Chrome installed on them. When I tried to start Chrome with the browser-sync utility it tried to start one of my VMs instead of the Google Chrome.app in my /Applications folder.

I ended up having to use the following command:

browser-sync start --server --browser “/Applications/Google Chrome.app” --files “stylesheets/*.css, *.html”