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

Often blocked by temporary files #363

Closed
4 tasks done
vikingair opened this issue Apr 24, 2024 · 2 comments
Closed
4 tasks done

Often blocked by temporary files #363

vikingair opened this issue Apr 24, 2024 · 2 comments

Comments

@vikingair
Copy link

Describe the bug

Seeing errors like the below when I ran e.g. some git commands because of temporary files that appear often for a short time.

I could add these files by pattern to the .gitignore, but maybe it makes more sense to generate these files in some other place? Or at least include a hint in the Readme about a required .gitignore entry.

Reproduction

Having a vitest workspace. Don't know when the temporary files get generated.

Output

fatal: unable to stat '<private>/some-ui/vite.config.ts.timestamp-1713965378396-ffe28c2cba944.mjs': No such file or directory

Version

0.8.6

Validations

@vikingair
Copy link
Author

I think those files are always generated each time I touch the vite.config.ts

@sheremet-va
Copy link
Member

This is coming from Vite: vitejs/vite#13267

@github-actions github-actions bot locked and limited conversation to collaborators May 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants