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.

Hey there!

linux@linux-desktop:~/Templates/browsersync-project$ ls 
brow.html  css
linux@linux-desktop:~/Templates/browsersync-project$ browser-sync start --server --files="css/*.css"
[BS] Access URLs:
 ------------------------------------
       Local: http://localhost:3000
    External: http://192.168.1.2:3000
 ------------------------------------
          UI: http://localhost:3001
 UI External: http://192.168.1.2:3001
 ------------------------------------
[BS] Serving files from: ./
[BS] Watching files...

In browser (Firefox http://localhost:3000/) I see only : Cannot GET/
any suggestions?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

36reactions
shakyShanecommented, Jun 30, 2015

@dagolinuxoid it looks for an index.html file in the directory you specify (or the cwd, if you didn’t)

solutions:

  1. either use an index.html
  2. use the index option like so
browser-sync start --server --index bower.html --files="css/*.css"
0reactions
VladislavUrbanovichcommented, Nov 27, 2017

Thanks guys

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot GET / Nodejs Error - Stack Overflow
After starting the server with node server.js I'm getting an error stating Cannot GET / when I access localhost:5000 and I just wondered...
Read more >
How to fix the Node.js error: "Cannot GET" URL - ChemiCloud
Sometimes when using Node.js for your application(s) you may receive an error about the app being unable to “GET a URL”. You are...
Read more >
Node.js application error message: "Cannot GET" URL
To resolve this problem, you must include the application URL in your routes. The following code sample demonstrates how to do this using...
Read more >
Node.js Error: Cannot GET/ from running the url on the web ...
Node.js Error: Cannot GET/ from running the url on the web browser · Step 1: Initializes NPM: · Step 2: Install Dependencies: ·...
Read more >
"Cannot GET /" with Connect on Node.js - YouTube
In this video , It explains how to fix Cannot GET / error appears in the browser window , when using browsersync to...
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