Closed n8sabes closed 1 year ago
Describe the bug Qwik Contributor support needed for main branch, and local builds.
main
It took some fussing to find the root cause which is qwik / Qwik-city version sensitivities. I've included a workaround below.
qwik
Qwik-city
@dmitry-stepanenko, thanks for the help diagnosing this!
To Reproduce Steps to reproduce the behavior:
npx create-nx-workspace --preset=qwik-nx --e2eTestRunner=none cd project pnpm add -D https://github.com/builderio/qwik-build https://github.com/builderio/qwik-city-build pnpm exec nx generate qwik-nx:application qwik --no-interactive --dry-run --verbose --e2eTestRunner=none
Workaround Downgrade qwik and Qwik-city, run the qwik-nx generator, then re-upgrade to main branch or local qwik build.
qwik-nx
This is not an issue with qwik-nx, please track the progress in this PR to nrwl/nx, that I've created https://github.com/nrwl/nx/pull/14682
Describe the bug Qwik Contributor support needed for
main
branch, and local builds.It took some fussing to find the root cause which is
qwik
/Qwik-city
version sensitivities. I've included a workaround below.@dmitry-stepanenko, thanks for the help diagnosing this!
To Reproduce Steps to reproduce the behavior:
Workaround Downgrade
qwik
andQwik-city
, run theqwik-nx
generator, then re-upgrade tomain
branch or localqwik
build.