browser-sync Questions

72

Solved

I'm working on a website that uses Gulp.js to compile and browser sync to keep the browser synchronised with my changes. The Gulp.js task compiles everything properly, but on the website, I'm unabl...
Gallfly asked 14/1, 2018 at 10:52

5

Solved

What does it do when I run this command: npm install --save-dev package1 package2 It is definitely not installing multiple packages, but it looks to be essential. (For example https://www.browse...
Pod asked 7/8, 2016 at 19:8

5

I have a strange problem, I was wondering if anyone has experienced this. I have webpack in my app to bundle, serve and everything in between. I have noticed that when I compile and run webpack-dev...
Gadmon asked 30/11, 2017 at 12:47

7

Solved

For some reason, no matter what I try, Google Chrome never seems to be able to display http://localhost:3000 (or any other specified port number for that matter) when starting up a server with Brow...
Abuse asked 23/8, 2015 at 21:26

5

Solved

I want to update my Browser-sync without updating all my node packages. How can I achieve this? My current version of Browser-sync does not have the Browser-sync GUI :( ├─┬ [email protected] ...
Noctiluca asked 30/3, 2017 at 20:37

10

Solved

Thanks to an excellent answer by @McMath I now have webpack compiling both my client and my server. I'm now on to trying to make webpack --watch be useful. Ideally I'd like to have it spawn somethi...
Epirus asked 22/2, 2016 at 2:57

6

Solved

Our team used the gulp-angular generator with yeoman to scaffold out our web app. It uses browsersync to handle live reloads, which we want. However, we just deployed to our development server, and...
Canal asked 10/9, 2015 at 20:13

2

I've taken a look at the documentation but it's a little thin on what values are acceptable. Does anyone know if there's a value to open Google Chrome incognito and/or have a complete list (who kno...
Cayes asked 13/1, 2016 at 11:51

3

Solved

There was another issue open with the same title which has been closed but my error could not be resolved using the solutions given in that issue. Mac OSX El Capitan Node [v5.6.0] Npm [v3.6.0] ...
Manda asked 19/2, 2016 at 7:57

5

Solved

I am using DDEV as my local hosting environment, and many of my projects implement front end automation via Gulp. Browsersync is a major component to our front end set-up, and requires ports to be ...
Cataract asked 8/2, 2021 at 19:48

7

Solved

I'm trying to set up BrowserSync to work with my Laravel project. However, when I run npm run watch, localhost:3000 doesn't load. I'm not getting any compilation errors in the terminal. Interesting...

1

I'M using Browser Sync with webpack-dev-server, And facing the issue while using browser sync..!! only form fill up is working, click, scroll is not working in browser sync, and there is no any com...
Intransigeance asked 14/3, 2018 at 15:47

1

[email protected] Node v12.16.2 NPM v6.14.4 OS: Laravel Homestead Description: Running npm run watch works like a charm, whenever I do updates on views, controllers, models, etc. It aut...
Bateman asked 22/4, 2020 at 17:7

3

I am using Netbeans and I am developing my first web application using spring boot. I was keeping my HTML, js, CSS in "webapp" folder and then I refactored my project and I put all static content i...
Overrule asked 29/4, 2017 at 8:17

5

I am using lite server by John Papa with HTTP proxy middleware by chimurai as a dev server. the problem is with my session cookie, I cannot persist the session cookie that comes from the real serve...
Careycarfare asked 15/8, 2016 at 6:31

5

Solved

Can someone tell me why my proxy URL isn't working with BrowserSync and Gulp? Instead, it just keeps using http://localhost:3000 as the dev URL. gulp.task('watch', ['bs'], function() { gulp.watch...
Farmland asked 17/2, 2015 at 17:27

2

Solved

sometimes when i run my server the console gives me an error: Failed to load ‘http://localhost:3000/browser-sync/socket.io/?EIO=3&transport=polling&t=Lm2wn4p’. A ServiceWorker passed a...
Manstopper asked 13/5, 2017 at 17:51

4

Solved

I'm using gulp with browserSync with next config(simplified): gulp.task('serve', ['compile_styles'], function() { browserSync.init({ proxy: 'my-local-dev.site' }); gulp.watch('/public/styles/...
Elaina asked 13/4, 2017 at 14:50

3

Solved

I'm trying to redirect my API requests like this with gulp and browser-sync: gulp.task('browser-sync', function () { var files = [ '../index.html', '../views/**/*.html', '../assets/css/**/*.c...
Bandbox asked 20/8, 2014 at 16:50

3

I´m using the task BrowserSync of Grunt, this task launch my local project to the url "localhost:3000". This works fine. But when I use the External url (http://192.168.1.129:3000) in my smartph...
Breakfront asked 4/8, 2015 at 20:28

4

Solved

When I run Gulp the UI page works on http://localhost:3001, but on http://localhost:3000 the browser serves a blank page that is stuck loading, no console errors. I'm using WAMP on Windows 10, Gul...
Scheming asked 16/6, 2018 at 17:47

4

I have set up Browser Sync to work with nodemon and express. I am not using gulp or grunt, but rather running everything through npm scripts in my package.json file. Now, everything works, but I ge...
Depressant asked 19/7, 2020 at 13:44

1

We've been running on gulp with a set of tasks, with browser-sync and gulp.watch to reload the browser when files are changed. Increasingly I've been seeing more and more Segmentation fault: 11 and...
Dandy asked 15/7, 2015 at 18:6

3

Solved

I use browser-sync 2.11.1 with OS X Chrome 48.0.2564.97 (64-bit) When I use it as a proxy for http-website: browser-sync start --proxy http://example.com it works great and I can point multiple ...
Thinner asked 2/2, 2016 at 18:4

5

I am trying to improve the DEV experience in my Node. To do that, I want to: a) restart my server when server-side code is changed b) refresh the browser when client-side code is changes. In an e...
Arjuna asked 3/3, 2016 at 12:13

© 2022 - 2025 — McMap. All rights reserved.