-
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
[🐞] Provide more data for [vite-plugin-qwik-post] Cannot read properties of undefined (reading 'fileName') #6895
Comments
I think this line causes the problem. |
This is fixed in #6888. Can you verify with the packages here: https://github.com/QwikDev/qwik/actions/runs/10960904575/job/30437326583#step:13:26 |
@wmertens, thank you so much for this fast response. Two notes:
|
@wmertens, I'm still stuck. Can you help with how should I use those packages? |
@Nefcanto you have to replace the versions in package.json with the urls given there and then run your package manager (e.g. pnpm i) @builder.io/qwik: npm i https://pkg.pr.new/@builder.io/qwik@ae09275 |
Thanks, this solved my problem too. |
Which component is affected?
Qwik Runtime
Describe the bug
npm run build
fails in my CI/CD with this message:npm run build
works in my local environment.I know it might be a problem related to our CI/CD. But, you should give us more details about this error. Right now, there is no data in this error related to my code.
Reproduction
I can't produce an MRE
Steps to reproduce
No response
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: