qwikifiers / qwik-nx

Nx plugin for Qwik
131 stars 24 forks source link

Qwik Contributor support needed for main branch, and local builds #51

Closed n8sabes closed 1 year ago

n8sabes commented 1 year ago

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:

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.

dmitry-stepanenko commented 1 year ago

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