🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 196
I Can't Get Live Server to Work On MacBook · Issue #196 · ritwickdey/vscode-live-server
September 10, 2018 - VSC is working perfectly. Sadly, after installing and activating the Live Server extension I get an error when trying to start it in a browser. The error message is: Open a folder or workspace... (File -> Open Folder) All I am doing is working on HTML and CSS.
Author   js76155
🌐
GitHub
github.com › microsoft › vscode › issues › 153210
Open Live Server not working in MAC OS · Issue #153210 · microsoft/vscode
June 25, 2022 - Issue Type: Bug Hi team: Since a few days I am not being able to open my .html files using Open with Live Server option. This feature is brilliant, so it would be nice to recover it. I have been searching for fixes with no success. I am ...
Author   guslopezr
Discussions

macos - VScode live server extension no found on MAC - Stack Overflow
why can't find live server extension ? ON MAC and why VScode looks different i have been watching videos on youtube and they have bar at left side one of them for extension , More on stackoverflow.com
🌐 stackoverflow.com
Npm live-server not working Mac OS Bash Terminal
I figured it out following this video. Had to edit permissions/path this video More on reddit.com
🌐 r/npm
1
1
August 28, 2019
M1 VS Code Live Server extension dont launch chrome - Stack Overflow
I have setup Vscode on a new m1 macbook, but Live server extension doesn't seem to work. Specifically is not launching the browser (Chrome). More on stackoverflow.com
🌐 stackoverflow.com
node.js - Installing npm live-server on MacOS Catalina - Stack Overflow
Another user asked this same question here: NPM Live-server not installing on zsh but received no answers. ... That worked. Thank you! ... Sign up to request clarification or add additional context in comments. ... Find the answer to your question by asking. Ask question ... See similar questions with these tags. ... Results of the October 2025 Community Asks Sprint: copy button for code... Opinion-based questions alpha experiment on Stack Overflow ... 6 npm install global not working on mac... More on stackoverflow.com
🌐 stackoverflow.com
🌐
Reddit
reddit.com › r/vscode › live server - mac big sur issue
r/vscode on Reddit: Live Server - Mac Big Sur Issue
April 6, 2021 -

After updating to Mac os Big Sur my Live server has seemed to stop opening the HTML page in chrome.
It starts the port, and works fine If i type the exact address, but its not opening it directly..

I also noticed that there´s a new "Five Server" that apparently fixes this, but I've tried and still no luck with that extension either..
Tried reloading, reinstalling extensions VSC and restarting mac, but it keeps starting a port without opening the file in my browser.

Anyone know how to fix this?

🌐
Lightrun
lightrun.com › answers › ritwickdey-vscode-live-server-i-cant-get-live-server-to-work-on-macbook
I Can't Get Live Server to Work On MacBook
I tried installing another extension: Live Server Preview 0.1.2 and couldn’t get this to work either. I have also searched YouTube and GIT for a solution but had no luck. ... The extension won’t work if you only have a file open. Use ‘File -> Open Folder’ in VSCode to open the directory your files are in. Then open the respective HTML file. You can start Live Server now and it should work.
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 1343
live server not working on apple m1 Mac · Issue #1343 · ritwickdey/vscode-live-server
My Mac Air also has a live server issue. When I leave my VS code open and run an errand and my computer goes to sleep then when I return in 5 minutes the live server is not working but the vscode and npm -w is working fine. I go to my html and right click to open live server and click and it doesn't refresh and does not open a new page.
🌐
Stack Overflow
stackoverflow.com › questions › 64301392 › vscode-live-server-extension-no-found-on-mac
macos - VScode live server extension no found on MAC - Stack Overflow
Bring the best of human thought and AI automation together at your work. Explore Stack Internal ... and why VScode looks different i have been watching videos on youtube and they have bar at left side one of them for extension , ... You are using visual studio not visual studio code.
🌐
Bobby Hadz
bobbyhadz.com › blog › vscode-open-with-live-server-not-working
Visual Studio Code: Live server not working issue [Solved] | bobbyhadz
April 6, 2024 - If the error persists, set the default browser for the live server extension. Press Ctrl + Shift + P (or Command + Shift + P on macOS). Note: you can also press F1 to open the Command Palette.
🌐
Reddit
reddit.com › r/npm › npm live-server not working mac os bash terminal
r/npm on Reddit: Npm live-server not working Mac OS Bash Terminal
August 28, 2019 -

I was hoping to get a little help. I was trying to run live-server and it was working well then stopped working. I have tried the npm install -g live-server as well as with sudo. Originally it wasn't working because no json file was created so I created one using these steps. Now I get no command -bash: live-server: command not found when i check my version for live-server it is also not found and when i try to reinstall I get this error

npm ERR! path /Users/alexandergbeal/.npm-global/lib/node_modules/.staging/live-server-e0d74534/node_modules/accepts
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/Users/alexandergbeal/.npm-global/lib/node_modules/.staging/live-server-e0d74534/node_modules/accepts' -> '/Users/alexandergbeal/.npm-global/lib/node_modules/.staging/accepts-7d6c6527'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/alexandergbeal/.npm/_logs/2019-08-28T16_18_34_613Z-debug.log
Find elsewhere
🌐
freeCodeCamp
freecodecamp.org › news › visual-studio-code-live-server-not-working
Visual Studio Code Live Server Not Working
August 14, 2020 - Then, reopen VSCode and try again – go to the HTML file you want to view, right click, and select "Open with Live Server". It's possible that the extension is working, but your system doesn't have a default browser.
🌐
Stack Overflow
stackoverflow.com › questions › 69651121 › m1-vs-code-live-server-extension-dont-launch-chrome
M1 VS Code Live Server extension dont launch chrome - Stack Overflow
THere's an updated extension (Live Server is no longer maintained), which is calle Five Server. But it doesn't launch the browser (as it should) either, at least in my case with a Macbook M1 also ... Opening wthe very folder where the index.html is located directly in VsCode (as opposed to some of the ascendant (parent of parent of...) folder, makes Five Server work for me - it is now able to open the Chrome browser and update it automatically.
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Live Server - Visual Studio Marketplace
Extension for Visual Studio Code - Launch a development local Server with live reload feature for static & dynamic pages
🌐
freeCodeCamp
forum.freecodecamp.org › t › live-server-will-not-start-in-visual-studio-macos-big-sur › 479592
Live Server will not start in Visual Studio MacOS Big Sur - The freeCodeCamp Forum
September 28, 2021 - Macos Big Sur Chrome Debugger, Live Server extension installed Live Studio Code 2019 Macbook Pro I cannot open index file in Chrome Visual Studio is directed to local host. Local host not working JSON File Errors …
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 2044
LiveServer not opening on Mac · Issue #2044 · ritwickdey/vscode-live-server
August 18, 2021 - LiveServer is not opening if filename has spaces on Mac · For file to open when using LiveServer## Expected behavior · For .html to open in from a folder that has spaces. Browser: - [ x] Chrome (desktop) version XX - [ ] Firefox version XX - [ ] Safari (desktop) version XX - [ ] IE version XX - [ ] Edge version XX For Tooling issues: v5.6.1 - Live Server: <!-- Check which version is installed --> Mac OS Big Sur V: 11.4 - Platform: <!-- Mac, Linux, Windows --> Version: 1.59.0 - Visual Studio Code: <!-- `code --version` -->
Author   fonsomarz
🌐
Quora
quora.com › What-do-you-do-if-a-live-server-is-not-working-in-VS-Code
What do you do if a live server is not working in VS Code? - Quora
Moreover, many of them might only be using VS Code due to this awesome extension. But here's a catch, it sometimes can also give some awful errors or just don't work, making the whole coding exprience worst. ... Restart VS Code. Set the default browser. ... Live Server - It's a very pleasent extension for all the web developers over there.
🌐
Ritwick Dey
ritwickdey.github.io › vscode-live-server
Home Page | Live Server | VSCode Extension
Right click on a HTML file from Explorer Window & click to Open with Live Server. . Open a HTML file and Right click on the editor and choose the options. Hit (alt+L, alt+O) to Open the Server and (alt+L, alt+C) to Stop the server (You can change the shortcut form keybinding).
🌐
Reddit
reddit.com › r/vscode › live server is not working in vs code
r/vscode on Reddit: Live server is not working in vs code
October 17, 2020 -

hello everyone , i've install live server in my vscode with ubuntu OS. suddenly its not working . i've tried reinstalling vs code still its not working . i paste this command "liveServer.settings.CustomBrowser": "chrome" in user.json setiings still it doesnt do anything .Not even getting the go live button in the status bar . Is there any solution to fix the problem .

Any help would be appreciated.

🌐
Code with Mosh
forum.codewithmosh.com › html/css
Visual Studio Code - open with live server - works and doesn't - HTML/CSS - Code with Mosh Forum
July 17, 2022 - Hi There, I have two html files, both identical apart from the titles and a couple of style variations on a video. Very basic. I’m like one hour into the course, total beginner. So one will open with live server on Chr…