Skip to content

[Browsersync] Couldn't open browser #55

Description

@raymacz

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions