When I start my Vaadin Spring Boot application , I get the following error message:
```Command C:\Program Files\nodejs\node.exe C:\Users\lasse\Development\vp-mediathek\node_modules\vite\bin\vite.js build failed:
error during build:
Error: EPERM: operation not permitted, mkdir 'C:'
at mkdirSync (node:fs:1405:3)
at C:\Users\lasse\Development\vp-mediathek\vite.config.ts:123:31
at Array.forEach ()
at C:\Users\lasse\Development\vp-mediathek\vite.config.ts:119:28
at Array.forEach ()
at copyStaticAssets (C:\Users\lasse\Development\vp-mediathek\vite.config.ts:117:23)
at handleThemes (C:\Users\lasse\Development\vp-mediathek\vite.config.ts:470:5)
at findThemeFolderAndHandleTheme (C:\Users\lasse\Development\vp-mediathek\vite.config.ts:430:23)
at processThemeResources (C:\Users\lasse\Development\vp-mediathek\vite.config.ts:417:5)
at config (C:\Users\lasse\Development\vp-mediathek\vite.config.ts:1054:7)
My vite.config.ts is the default one.
I am currently despairing of this error. I have already cleared the cache, run `vaadinClean `Goal with Gradle, and reinstalled NPM. All unfortunately without success.
Vaadin version: 24.1.4
Node: 20.4.0
Unfortunately I get the same error: Command `C:\Users\lasse\.vaadin\node\node.exe C:\Users\lasse\Development\vp-mediathek\node_modules\vite\bin\vite.js build` failed: error during build: Error: EPERM: operation not permitted, mkdir 'C:\'
The version of node installed from vaadin in my home directory is v.18.16.1
Did you run it from the project root, where the vite.config.ts file is?
You can try to check if the contents of the vaadin-dev-server-settings.json file seems correct
In a maven project it is under the target dir, for gradle I don’t remember
Sorry my mistake. I ran the command from the project root and get the operation not permitted, mkdir 'C:' error again. The vaadin-dev-server-settings.json file seems to be correct. Should I create a github issue?
No ideas. Please create an issue on GitHub, adding all the above info (errors, json file, …) and, if possible, a simple project that reproduce the issue.
It would be very helpful for us to investigate further