-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TodoMVC Express Starter appears to be broken #218
Comments
So does the starter partytown. |
There been a lot of moving parts in the last days! can you try again!? |
Working fine now :) Thank you, @manucorporat |
Sorry, but I am not seeing any change it is still not working to me & I can't get a working dev or prod build. I am now using the roll-up version of Qwik template that I have get from @ryansolid (https://github.com/ryansolid/qwik-hackernews/tree/main) Qwik Hacker News App & it works, but don't have a good DX although the build never fails. |
@zeamanuel28 I am on latest fedora and npm init qwik@latest seems to be working for me. Will check windows in a bit. |
No, the project creation is working but the build fails on the server build & the dev shows only white page without no content. |
I have this same issue running basic starter template just following quickstart guide :( I just retried it today and the issue remains this is on windows 10 with node 17.3.0 C:\qwik-test> npm init qwik@latest
C:\qwik-test> cd qwik-app && npm install && npm start
added 75 packages, and audited 76 packages in 8s
6 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
> qwik-app@0.0.0 start
> npm run dev
> qwik-app@0.0.0 dev
> vite
Pre-bundling dependencies:
@builder.io/qwik/qwikloader.js
@builder.io/qwik
@builder.io/qwik/jsx-runtime
(this will be run only when your dependencies or config have changed)
vite v2.8.0 dev server running at:
> Local: http://localhost:3000/
> Network: use `--host` to expose
ready in 924ms. Every thing looks fine but as soon as i go to the server i get a blank page and the following error in the windows terminal
|
Same
|
A fresh install of the TodoMVC example doesn't appear to be working properly. The header doesn't render and I get the following error in dev:
Steps to Reproduce:
npm init qwik@latest
Also appears
npm run build
fails as well:The text was updated successfully, but these errors were encountered: