Skip to main content
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
  • 135
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
58 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
0 votes
0 answers
30 views

I am using browsersync together with mkcert and virtual hosts (on Windows) to proxy a live site living at https://www.example.com. My goal is to proxy the site https://www.example.com, resolve it to ...
Senate No. 7's user avatar
1 vote
1 answer
302 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
261 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
  • 188
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
44 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
89 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
629 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
667 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

15 30 50 per page
1
2 3 4 5
63