Questions tagged [liveserver]
185 questions
0
votes
0 answers
Execution failed for task ':app:cleanMergeDebugAssets' with Live Server enabled
I get this error when try to run project in VSCode with Live Server Enabled
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:cleanMergeDebugAssets'.
> java.io.IOException: Unable to delete file…

rozerro
- 5,787
- 9
- 46
- 94
0
votes
1 answer
How do I remove .html from my website URL and make it work in local host (VS Code Live Server)
The locally hosted website run with visual studio code extension does not allow me to visit the subpages
.htaccess
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html [NC,L]
I…
0
votes
0 answers
Pb with duration Atom auto-save and live-server
I'm new on Atom, and I would like to know if it's possible to set the auto-save duration to 1 second.
I can't launch the live server either. Can you help me ?
Thanks a lot in advance !
See you soon,
Eric.
I searched the GitHub documentation,…

Eric
- 1
- 1
0
votes
0 answers
vs code live server is not opening the brwoser
i am opening my vs code live server in chrome i also have all the settings done my live server starts but it is not opening the chrome browser althogh i have set chrome as default in vs code also.
so whats the problem is the problem is in my chrome…
user21262199
0
votes
2 answers
Visual Studio Code - Live Server Extension isn't working
I've installed Visual Studio Code - Live Server Extension and did all the required steps. The Live Server is starting but it isn't opening in the browser when I click "go live". If I manually go on browser it is working.
I set the default browser…

Haflan Nisthar
- 1
- 1
0
votes
1 answer
How can I launch using LiveServer / npm run dev/start over my local network?
Is there a way to view my project (npm run dev/liveServer) across my home internet network so that hypothetically my iPad, phone or iMac could also view the project live as its being worked on (all connected to my wireless network) without…

Michael Martell
- 141
- 2
- 16
0
votes
0 answers
How to set up Live Server extension so that automatic reload is triggered even when PHP breaks
I am using the vs code extension Live Server, paired with a XAMPP installation in order to have browser page reloading automatically after changes in my PHP code.
So far it is working great but I noticed the browser won't automatically reload after…

Enrico
- 787
- 12
- 28
0
votes
0 answers
Live server not automatically refreshing web browser
Vscode live server not working. Not working in the sense that it does not automatically refresh my web browser(chrome). I have to refresh it manually before I can see my changes. I tried reinstalling the live server extension, clearing browser…

Hermes
- 1
0
votes
0 answers
Open with Live Server in VS doesn't open web browser
`My first acquaintance with JavaScript. I'm trying to create simple webpage using Live Server.
Unfortunately, a local server can just be opened manually, but I want it to be done from VS.
I looked through my tips in Live Server settings. They are…

Dariia Hryhorieva
- 11
- 2
0
votes
0 answers
Live Server Extension In VS Code Not Working
I'm using live server extension in VS Code from very long time but it is not working from past few days.
I have tried all the advice that my friends gave
Restart the VS Code, Uninstall the live server extension and install it again, Install VS Code…
0
votes
0 answers
updated nodejs version now ny live server is not working trying to open my angular project
Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:133:10) at BulkUpdateDecorator.hashFactory (D:\Destek\ViaExam Angular…

Sadab Ali
- 1
- 1
0
votes
1 answer
How to import lodash into a JavaScript file
After installing packages e.g. lodash using npm install --save lodash, I am trying to add it to the top of the file.
import _ from 'lodash';
console.log(add(10, 3));
When I start Live Server from VS Code, I get this error. I cannot figure it out…

Богдан Гапоненко
- 19
- 1
0
votes
0 answers
How to auto save and display the result changes in the IDE in WebStorm as work in VSCode afterDelay and live server function?
How can I use the exactly work (autosave and changing the value real time as the live server like VSCode) in WebStorm? I am new to WebStorm.
I tried some methods. So far I can use the Live Edit. But it's not working as it would work in VSCode.

Adnan Arefin
- 1
- 1
0
votes
0 answers
In VSC with Five Server installed, my page won't reload
I'm new into coding and I'm still learning, mostly HTML and CSS. My problem is that with "Five Server" extension; whenever I change something in the HTML code, the page will reload automatically because I configured VSC to do that. But, whenever I…
0
votes
0 answers
Live Server reloads page before tailwindcss finishes compiling css
I'm using VSCode with Live Server extension and a tailwindcss npm watch process in the terminal.
It often happens that on save, the live server reloads the page before the tailwindcss process finishes analyzing all classes and compiling its css…

Arti-Art
- 25
- 6