macos - VScode live server extension no found on MAC - Stack Overflow
Npm live-server not working Mac OS Bash Terminal
M1 VS Code Live Server extension dont launch chrome - Stack Overflow
node.js - Installing npm live-server on MacOS Catalina - Stack Overflow
Videos
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?
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
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.