question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not working in Windows 10

See original GitHub issue

At 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:open
  • Created 8 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

2reactions
gichuwilcommented, Oct 14, 2015

I found a work around:

1. Install BrowserSync globally

npm install -g browser-sync

Ignore the [many] errors.

2. Copy files to new folder

Go to where nodejs is installed in your computer:

C:\Program Files(x86)\nodejs\

There are two files in this folder: browser-sync and browser-sync.cmd. Copy/move them to this folder (create the folders):

C:\Program Files (x86)\nodejs\node_modules\browser-sync\bin

Now try running browser-sync to see if it works. It did for me.

0reactions
anpandey17commented, May 29, 2020

I found a work around:

1. Install BrowserSync globally

npm install -g browser-sync

Ignore the [many] errors.

2. Copy files to new folder

Go to where nodejs is installed in your computer:

C:\Program Files(x86)\nodejs\

There are two files in this folder: browser-sync and browser-sync.cmd. Copy/move them to this folder (create the folders):

C:\Program Files (x86)\nodejs\node_modules\browser-sync\bin

Now try running browser-sync to see if it works. It did for me.

Thanks

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found