Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
138 views

I suppose, it a question about the middleware concept in Node.js and even in some other languages and frameworks, but AFAIK the narrowly specialized questions are welcome, so in my case there is the ...
Takeshi Tokugawa YD's user avatar
0 votes
0 answers
38 views

I am using BrowserSync to do some live reloading of my css files. I noticed it was working on some files and not others. I thought that was odd so I checked the network log and BrowserSync is syncing ...
Ronnie's user avatar
  • 11.2k
0 votes
1 answer
63 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
  • 139
0 votes
1 answer
27 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
73 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
346 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
2 votes
0 answers
300 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
  • 308
0 votes
1 answer
39 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
49 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
73 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
92 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
637 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
85 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
91 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

15 30 50 per page
1
2 3 4 5
63