Why "Cannot write file" error in tsconfig.json? #1193
Unanswered
johanalkstal
asked this question in
Q&A
Replies: 1 comment
-
Did u ever fix it? it happens in nuxt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Panda in a SvelteKit application and for some reason I'm getting the following error reported in VSCode from the
tsconfig.json
file.Cannot write file '/path-to-project/styled-system/css/conditions.mjs' because it would overwrite input file.
Everything seems to work and it seems to be an annoyance cause it spams the Problems windows with 27 of these errors.
The
tsconfig.json
file looks like this,Does anyone have a clue what's going on?
Beta Was this translation helpful? Give feedback.
All reactions