Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Livepush fails on Windows when file is deleted. #60

Open
srlowe opened this issue Dec 17, 2019 · 1 comment
Open

Livepush fails on Windows when file is deleted. #60

srlowe opened this issue Dec 17, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@srlowe
Copy link
Contributor

srlowe commented Dec 17, 2019

When after deleting a file (test.txt), livepush fails with the following error:

[Error] An error occured whilst trying to perform a livepush:
[Error] ENOENT: no such file or directory, lstat 'C:\xxx\src\2\test.txt'

This appears to be a separate problem to the windows path format issue.

Platform: Windows 10 64
(Confirmed does not affect Linux)

@Hades32
Copy link

Hades32 commented May 20, 2021

This also seems to be the case from within WSL2. When I do a npm build that uses rimraf (i.e. it removes the build folder before compiling again) live-push shows the ENOENT error when after the file got recreated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants