vercel / serve

Static file serving and directory listing
https://npmjs.com/package/serve
MIT License
9.37k stars 691 forks source link

Weird Windows Issue: Files with no owners created #688

Open cniesen opened 2 years ago

cniesen commented 2 years ago

For some strange reason when "serve" is running and had a page request files are not released and can't be updated by a build process. This only happens in Microsoft Windows (version 10 tested) and does not happen in Linux (Ubuntu tested).

The issue can be recreated from the https://github.com/AmateurRadioSoftwareAward/AmateurRadioSoftwareAward.github.io project.

Steps to reproduce:

This is quite annoying as rebuilding while running the server isn't possible. Any clue what's going on here?

warren-bank commented 2 years ago

shameless self-promotion alert:
this issue is fixed in my @warren-bank/serve fork of serve

mef13 commented 1 week ago

any update for this issue?