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
The project created by selecting qwik does not build.
vite v5.4.3 building for production...
✓ 13 modules transformed.
x Build failed in 364ms
error during build:
[vite-plugin-qwik-post] The "paths[1]" argument must be of type string. Received null
TypeError [PLUGIN_ERROR]: The "paths[1]" argument must be of type string. Received null
at new NodeError (node:internal/errors:405:5)
at validateString (node:internal/validators:162:11)
at Module.resolve (node:path:167:9)
at generateManifestFromBundles (file:///D:/code/ts/qwik-test/node_modules/@builder.io/qwik/dist/optimizer.mjs:1628:26)
at Object.generateManifest (file:///D:/code/ts/qwik-test/node_modules/@builder.io/qwik/dist/optimizer.mjs:2354:24)
at Object.handler (file:///D:/code/ts/qwik-test/node_modules/@builder.io/qwik/dist/optimizer.mjs:6219:49)
at file:///D:/code/ts/qwik-test/node_modules/rollup/dist/es/shared/node-entry.js:19918:40
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
```
### Reproduction
Just make a project
### Steps to reproduce
`npm create vite@latest`
select `qwik`, run `npm i` then `npm run build`
### System Info
```shell
System:
OS: Windows 11 10.0.22631
CPU: (16) x64 12th Gen Intel(R) Core(TM) i5-12600KF
Memory: 38.18 GB / 63.86 GB
Binaries:
Node: 18.20.3 - B:\installs\nodejs\node.EXE
npm: 10.7.0 - B:\installs\nodejs\npm.CMD
pnpm: 9.6.0 - B:\installs\nodejs\pnpm.CMD
Browsers:
Edge: Chromium (127.0.2651.74)
Internet Explorer: 11.0.22621.3527
npmPackages:
vite: ^5.4.1 => 5.4.3
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
The project created by selecting
qwik
does not build.Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: