qwik
qwik copied to clipboard
`npm run preview` doesn't work on Windows for "Basic" starter
Qwik Version
0.9.0
Operating System (or Browser)
Windows / Chrome
Node Version (if applicable)
16.13.0
Which component is affected?
Qwik City
Expected Behaviour
to be able to run preview
Actual Behaviour
Repro:
-
npm run preview - Get the following error:
Entry preview module "C:\test-qwik\server\entry.preview.js" does not export a default middleware function
Additional Information
Oh I did use the qwik cli to add SSG to the project, maybe it's related?