Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Browsersync] Couldn't open browser #55

Open
raymacz opened this issue Jul 6, 2018 · 0 comments
Open

[Browsersync] Couldn't open browser #55

raymacz opened this issue Jul 6, 2018 · 0 comments

Comments

@raymacz
Copy link

raymacz commented Jul 6, 2018

Version:

  • Browsersync [ v2.24.5 ]
  • Node [ v6.12.2 ]
  • Npm [ 3.10.10 ]
  • [ 64bit] windows
  • [ Local version 3.9.1 ] Gulp

Problem - When I run gulp, this message appears:

[Browsersync] Couldn't open browser (if you are using BrowserSync in a headless environment, you might want to set the open option to false)

gulpfile.js

`gulp.task('serve', function() {
  browserSync.init({
	open: 'external',
	proxy: 'site1.net', 
	watchTask: true,
	port: 8080,
	browser: "chrome"
  });
});`

I have to manually input the URLs into the browser & it works with my current connections, but the message is still there. So how do I solve this issue? Any help would be highly appreciated, thanks

Screenshots:

issue1
issue2
issue3

History:

I had no issues with my Browsersync before & my gulp runs automatically until now. I think I had Windows 10 64bit update today and this issue came out. All seems normal, except the Browsersync Issue.

I tried these links, but nothing seemed to work:
tried1
tried2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant