Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
53 views

I’m reaching out for some assistance regarding an issue I’ve encountered with my Gulpfile setup. I’ve configured the browser sync option in the file, and while changes are correctly getting reflected ...
ANANTHU C's user avatar
  • 127
0 votes
0 answers
20 views

Laravel Mix can use Browsersync to keep a browser updated while making code changes, and that's good. But on every start, a new browser tab is opened, and after a few restarts, it's just crazy. I'd ...
Bob Rockefeller's user avatar
0 votes
0 answers
60 views

I'm trying to set up my new development environment (on Mac) for a simple PHP project (with Kirby CMS) and have decided to use Docker and Browser Sync. Without Browser Sync my setup works fine. ...
user1030151's user avatar
1 vote
1 answer
308 views

I am attempting to rebuild my gulpfile.js after upgrading to Gulp 5 and the most recent stable version of Node.js (20.11.1). The gulpfile below works just fine with Node.js version 16.14.0, but is ...
joakland's user avatar
  • 155
1 vote
0 answers
270 views

Setup: I exposed the ports for browsersync according to another question on stackoverflow: #ddev-generated # Override the web container's standard HTTP_EXPOSE and HTTPS_EXPOSE # This is to expose the ...
Axos's user avatar
  • 198
0 votes
1 answer
38 views

I have a simple website built using Node.js and TypeScript, which is prepared for distribution through webpack. When I open the output in browser, it works just fine. However, if I open the page using ...
BoboAUT's user avatar
  • 43
0 votes
0 answers
45 views

Im trying to setup a simple express server with typescript, nodemon and browsersync. I would like it to refresh the browser everytime a node file (ts file) is changed to reflect the changes in the ...
simon's user avatar
  • 2,397
1 vote
0 answers
66 views

this is my current configuration: "scripts": { "dev": "run-p dev:*", "build": "run-p build:*", "build:webpack": "webpack -...
Luca Reghellin's user avatar
0 votes
1 answer
90 views

My local dev environment (MBP) has apache running with a dynamic virtual host which allows me to have any project accessible via a consistent url structure: http://[client_name].[project_name]....
Jason's user avatar
  • 46
1 vote
1 answer
3k views

Hello I am trying to install splide.js with npm install @splidejs/splide but I get this error: npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: browser-...
briecheese3089's user avatar
3 votes
0 answers
631 views

I'm encountering an issue with my Node.js app using Gulp, Browsersync and Docker. When running locally with gulp watch, everything works fine. However, when using docker-compose up, I get an error ...
Filip Huhta's user avatar
  • 2,438
0 votes
1 answer
83 views

I've had a mackbook M2 for a few months now and from the beginning I installed Apache from BREW. Thean loaded the websites I had already created on it. Through Grunt I load browsersync and everything ...
Carlos Bonnín's user avatar
0 votes
1 answer
90 views

I'm having some issues with Browser Sync on a local Wordpress project. When I run: browser-sync start --proxy localhost:8888 --files "*" I get the following: [Browsersync] Proxying: http://...
Jono's user avatar
  • 51
0 votes
1 answer
672 views

I'm trying to get Browsersync, WordPress and Apache working in Docker in WSL2 (Ubuntu). I had Browsersync working a couple of years ago in XAMPP on Windows but I realise this is an order of magnitude ...
edwinbradford's user avatar
1 vote
1 answer
79 views

After couple of years, I'm back at Gulp and it seems like a lot has changed. I'm trying to get a simple HTML file refresh on edit using Gulp and Browser-sync but the Gulp task seems to be failing with ...
mbilyanov's user avatar
  • 2,591

15 30 50 per page
1
2 3 4 5
63