Questions tagged [atom-liveserver]

Live server is an extension on vs code extensions marketplace by Ritwick Dey. It helps to launch a local development with live reload feature for static & dynamic pages.

The Live Server package for Atom is for launching a development HTTP server with live reload capability, directly from your Atom editor.

See:

12 questions
2
votes
1 answer

VSCode With Live Server and Remote Tunnels opening in browser on main machine rather than laptop

Using VSCode with the extension Live Server(Ritwick Dey). Connected to my desktop through Remote Tunnel. When using the extension to preview an HTML file hosted by my desktop in my browser, it opens on the desktop, rather than the laptop. Any way…
calebmill
  • 21
  • 1
1
vote
1 answer

windows 10- atom-live-server not starting

Whenever i click the start server button as shown in the image nothing happens and the server does not startI have installed atom-live-server on my laptop, but the server is not starting. I am trying to start the server from atom. I have checked for…
1
vote
4 answers

Trying to use live server package on text editor atom

I am trying to use the live server package which works pretty much like livereload for editor Atom. The server runs fine, but the files do not get automatically refreshed whenever I make changes + save the files.. Not sure if this is normal, but…
brood915
  • 31
  • 1
  • 6
0
votes
0 answers

Is there a way to use node modules when running a live server

I have a simple website with multiple pages and I need to use the mysql module for something in it. Whenever I try to run the live-server,and enter the my document that requires the module, I'll get an error message in the console saying that…
negbi2
  • 23
  • 4
0
votes
0 answers

Couldn't find atom-live-server

I'm struggling to get live server on atom. I head to the packages section and search for the live server but it does not exist at all. Currently the version I'm on is 1.60.0 . Anyone have similar problem to me? I tried reinstalling atom as well but…
0
votes
1 answer

VS Code Live Server Extension not displaying background colors when using CSS Grid layout

Edit: I accidentally made a typo when linking the stylesheet, that was the problem. Not sure if I should edit the title or leave as-is. Let me know if I should. I was trying some sample code, using the Live Server extension on Visual Studio Code,…
What If
  • 3
  • 3
0
votes
0 answers

Atom-Live-Server vs Browser

I'm working on a project in Atom with atom-live-server. I have a header, with a background image behind the text. The live server is not rendering the image, while Chrome renders the image fine. Is there a distinct difference between live-server and…
etkerns
  • 1
  • 1
0
votes
1 answer

vscode live-server extension v5.6.1 fails to resolve 'axios' JavaScript import

I installed axios via npm and when I run the live-server extension it doesn't recognize the axios imports in my .js files. When I use the "import axios from 'axios'" command I get this error: "Uncaught TypeError: Failed to resolve module specifier…
0
votes
0 answers

React not loading on atom-live-server

just getting started with React and I am building something very simple to verify that everything works. I have the following: import React from "react" import ReactDOM from "react-dom" const element =

Hi…

Shando
  • 32
  • 9
0
votes
1 answer

Atom live server brings up "Not a WebSocket request" message

I've been using atom-live-server for about a year and everything was fine. But I just updated my Linux Manjaro (as I regularly do at least once a month) and after that atom-live-server just stopped working and only brings a white page with message…
erfoon
  • 142
  • 1
  • 10
0
votes
1 answer

Discrepancy between VS Code live server output and opening the index.html file by itself

I have a website built entirely with the css templates provided by w3.css. I have multiple style sheets with the direct link to the online css files provided by w3.css and I do NOT have a css folder. I have an images folder with all my images.…
JXKENG
  • 89
  • 3
  • 10
0
votes
1 answer

atom-live-server - resource not found error

Installed atom-live-server using atom IDE Using atom IDE, launching atom-live-server for an html page, Classes
overexchange
  • 15,768
  • 30
  • 152
  • 347