-
Notifications
You must be signed in to change notification settings - Fork 6
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
An ENOENT error due to vite:css. #63
Comments
I think maybe it's something under Vite that is going wrong but I can confirm the result is the same. Btw you can try the updated template, it uses Vite v3, maybe it solves the error. |
Hi @AR10Dev I forgot to update this issue. I don't remember how I fixed it neither. I created a new project using degit, I should have forked it instead. Thank you for answering! |
It's related to Tailwind CSS and there's already a pull to fix it |
@AR10Dev I just merged the fix for this. It'll go out in the next tagged release of Tailwind CSS. Ultimately though Tauri is doing something really weird here. Node and most of the code run in it thinks the working directory is one thing but it's actually been changed outside of node. This causes Tauri should really not be doing this. There should be some split process model so that Tauri doesn't affect the CWD of the node process but of a child process instead. I don't know enough about Tauri but this might be a good issue to open up with them. |
No matter what I try, I always get this error:
By chance do you happen to have an idea why?
It's strange because the build (I think) looks fine. Can you confirm this?
The text was updated successfully, but these errors were encountered: