qwikifiers / qwik-nx

Nx plugin for Qwik
131 stars 24 forks source link

Publishing to verdaccio produces a TypeError #55

Closed n8sabes closed 1 year ago

n8sabes commented 1 year ago

Describe the bug Publishing to a local registry docs are not working and produce a TypeError.

NOTE: Once it's working, I am happy to add further clarification to the local pub doc.

To Reproduce nx publish qwik-nx --registry=http://localhost:4873 results in a TypeError: Cannot read properties of undefined (reading 'defaultProject').

Expected behavior Should publish to verdaccio.

Additional context If there is another way to build and use qwik-nx locally without verdaccio, it would be nice to document that option for ease of using the main branch.

dmitry-stepanenko commented 1 year ago

Should no longer an issue after https://github.com/qwikifiers/qwik-nx/pull/84