Closed EugenPrinz closed 2 months ago
I cannot reproduce. It seems to be some kind of Windows quirk that is unrelated to Vike? Is there anything Vike can do to workaround it? Closing, but let's continue the conversation.
I cannot reproduce. It seems to be some kind of Windows quirk that is unrelated to Vike? Is there anything Vike can do to workaround it? Closing, but let's continue the conversation.
Maybe something happened when reinstalling the operating system, I had to set a delay of 1 millisecond in the executeTranspiledFile
method, after which the build completed successfully.
I found the reason, the problem was in the webstorm plugin.
Sorry for disturbing you.
the problem was in the webstorm plugin
Good to know, can you elaborate or link to a relevant resource?
Description
I created a test project through
npm create bati mainframe-ssrv2 -- --react --authjs --express --prisma --eslint --prettier
and I can’t build it, I don’t understand why the config file is blocked.npm run dev
- Works intermittentlynpm cache verify
- It doesn't always help