live-server icon indicating copy to clipboard operation
live-server copied to clipboard

up to date alternative

Open ljcp opened this issue 1 year ago • 3 comments

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

ljcp avatar Jul 24 '22 03:07 ljcp

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.

kerryj89 avatar Mar 22 '23 21:03 kerryj89

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.

mauromotion avatar Mar 30 '23 13:03 mauromotion

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

ljcp avatar Jun 11 '23 17:06 ljcp