You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after starting a new qwik app (blank project v1 and v2)
I run "npm install qwik-themes" when I try to load the dev server I get the below error
failed to load config from {location of stuff on my computer} \qwik-app\vite.config.ts
11:26:51 [vite] Move qwik packages qwik-themes to devDependencies
11:26:51 [vite] server restart failed
package.json file file after install
"dependencies": {
"qwik-themes": "^0.3.0"
}
solution in root package.json move from "dependencies" to "devDependencies"
Hey everyone,
after starting a new qwik app (blank project v1 and v2)
I run "npm install qwik-themes" when I try to load the dev server I get the below error
failed to load config from {location of stuff on my computer} \qwik-app\vite.config.ts
11:26:51 [vite] Move qwik packages qwik-themes to devDependencies
11:26:51 [vite] server restart failed
package.json file file after install
solution in root package.json move from "dependencies" to "devDependencies"
System info below
System:
OS: Windows 11 10.0.22631
CPU: (8) x64 Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz
Memory: 522.20 MB / 7.74 GB
Binaries:
Node: 22.11.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.21 - ~\AppData\Roaming\npm\yarn.CMD
npm: 10.9.0 - C:\Program Files\nodejs\npm.CMD
pnpm: 9.14.2 - ~\AppData\Roaming\npm\pnpm.CMD
Browsers:
Edge: Chromium (127.0.2651.74)
Internet Explorer: 11.0.22621.3527
npmPackages:
@builder.io/qwik: ^1.11.0 => 1.11.0
@builder.io/qwik-city: ^1.11.0 => 1.11.0
typescript: 5.4.5 => 5.4.5
undici: * => 7.1.0
vite: 5.3.5 => 5.3.5
The text was updated successfully, but these errors were encountered: