tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.4k stars 484 forks source link

up to date alternative #398

Open ljcp opened 2 years ago

ljcp commented 2 years ago

new updated fork

i created an updated fork, PR's and new features requests are welcome , it already contains some new features and updated dependencies

alive-server npm alive-server github

kerryj89 commented 1 year ago

Your repository does not have an issues section and I don't have time at the moment to fix it (probably really simple), but the open dependency of yours is set to latest, and they just released v9.0.0 yesterday which broke alive-server (open = require('open') Error [ERR_REQUIRE_ESM]: require() of ES Module...). I worked around this on my end by adding "open": "8.4.2" to the resolutions property in my root package.json.

mauromotion commented 1 year ago

Hi, noob here. Alive-server broke on my machine as well (obviously). Could you explain me your work around please?

How do you people do web development in neovim without a live server functionality?

Thanks.

EDIT never mind, I figured it out. I just hope they'll update alive-server soon.

ljcp commented 1 year ago

@kerryj89 already enable issues section and updated it ;) should be working now