hdqbasith

Results 5 comments of hdqbasith

Try to add ``` "exclude": [ "node_modules" ], ``` to your tsconfig.json

At first, I thought it has something to do with node_modules. But after some researches, it's all about nuxt/ui, Remove nuxt/ui, because it renders all tailwind css, There is over...

What is your config? With just your package.json, it's very fast...

In my case Check Task Manager There are some programs running under "Terminal" 1. OpenConsole.exe 2. cmd.exe 3. WindowsTerminal.exe If "npm run dev" is called from cmd.exe it will not...

Found the culprit Use Capital for drive letter "C:\" "D:\" If you use "c:\" or "d:\" it won't work