Not working in Windows 10
See original GitHub issueAt work with Windows 7 everything is working fine, now at home with Windows 10 PC I tried to do same thing. After starting gulp I can see IPs with ports and GUI panel is working. But I can’t see notification “Connected…” in right top corner.
UAC is disabled in WIN10 This is my dependencies
"devDependencies": {
"browser-sync": "^2.7.13",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-uglify": "^1.2.0"
}
Edit: I noticed that BrowserSync is working only with root folder (localhost) with xampp splash screen. When I am moving to my /sample folder where is gulp and node_modules installed I can’t use BrowserSync
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Troubleshoot problems updating Windows - Microsoft Support
Have issues installing Windows updates? Start here. · Free up some drive space so you can run updates · Restart to apply installed...
Read more >[Solved] Windows 10 Not Responding | Quickly & Easily
How to Fix Windows 10 not responding · Restart your computer · Troubleshoot your computer · Update available drivers · Run System File...
Read more >How to resolve @ key not working issue on Windows 10?
Method 1: Using the On-Screen Keyboard · Method 3: Uninstalling and Reinstalling your Keyboard Driver · Method 4: Changing the Language via the ......
Read more >Windows 10 Troubleshooting: The Most Common Problems ...
Check your Windows 10 device. Make sure airplane mode is turned off (Start > Settings > Network & Internet > Airplane mode). Try...
Read more >Windows 10 Won't Boot? 12 Fixes to Get Your PC Running ...
Windows 10 Won't Boot? 12 Fixes to Get Your PC Running Again · 1. Try Windows Safe Mode · 2. Check Your Battery...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I found a work around:
1. Install BrowserSync globally
Ignore the [many] errors.
2. Copy files to new folder
Go to where nodejs is installed in your computer:
There are two files in this folder: browser-sync and browser-sync.cmd. Copy/move them to this folder (create the folders):
Now try running browser-sync to see if it works. It did for me.
Thanks