Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BrowserSync starts with NO access URL's listed

I just installed a scaffolding project from Yeoman (ng-fullstack) and only selected the client side options. It installed fine but when I run "gulp", all tasks run without error and launches http://localhost:3000. This never resolves a website and in the console output I get:

enter image description here

The line of code that runs browserSync looks like this:

browserSync({proxy: "http://localhost:3333", reloadDelay: 1000});

Any ideas of why this is not working correctly? I am not too familiar with browserSync just yet.

like image 637
labago Avatar asked Dec 05 '25 06:12

labago


2 Answers

Are you using powershell? I may have encountered the same problem. In my case the Access Urls are actually printed, but invisible due to coloring.

You can find out by copy/pasting the Access Urls in a text-editor and check their values.

like image 72
Erik Joling Avatar answered Dec 07 '25 22:12

Erik Joling


You also could revert the powershell window to use as legacy console. Right-click on the title bar of your powershell window, choose "Properties", and then click on "Use legacy console".

like image 45
Dreamfish Avatar answered Dec 07 '25 21:12

Dreamfish



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!