bemayr / young-carers-austria

Young Carers Austria App on behalf of the Austrian Social Ministry
https://www.young-carers-austria.at
MIT License
4 stars 1 forks source link

Fix 11ty+vite Build #58

Closed bemayr closed 2 years ago

bemayr commented 2 years ago

11ty+vite currently fails with:

[11ty] Problem writing Eleventy templates:
[11ty] EPERM: operation not permitted, rename 'D:\code\fh-hagenberg\fe\young-carers-austria\web\_site' -> 'D:\code\fh-hagenberg\fe\young-carers-austria\web\_11ty-vite' (via Error)
  Eleventy:EleventyErrorHandler (error stack): Error: EPERM: operation not permitted, rename 'D:\code\fh-hagenberg\fe\young-carers-austria\web\_site' -> 'D:\code\fh-hagenberg\fe\young-carers-austria\web\_11ty-vite' +0ms

This issue was already documented here: https://github.com/11ty/eleventy-plugin-vite/issues/4, so I don't think it is an environment specific issue. But, it works on GitHub Actions 🤔