nxext / nx-extensions

Nx Extension for StencilJs, SvelteJS, SolidJS, Ionic and VueJs
MIT License
454 stars 99 forks source link

Stencil 3.2 is not working with Nx (nxext) #940

Closed FaviolaNarvaez closed 1 year ago

FaviolaNarvaez commented 1 year ago

Describe the bug Stencil 3.2 with Nx 15.9.2 is not working with nxext To Reproduce Steps to reproduce the behavior:

  1. Install nxext in your Nx project with Nx version (nx: 15.9.2).
  2. Install stencil
  3. try to build a component with npx nx build
  4. you will receive a failed with the next message error:

    NX Cannot find module '@nrwl/workspace/src/utilities/ast-utils'

Expected behavior Do you have some idea for solving this? Thank you

Additional context :)

OrShalmayev commented 1 year ago

+1, same issue

collsl commented 1 year ago

+1, same issue!

danllach commented 1 year ago

+1 @DominikPieper When do you think you will have the fix for this issue? We are trying to do a POC in order to know the best option:

  1. nx + stencil
  2. nx + lit Lit is winning because of this issue 😅
DominikPieper commented 1 year ago

We are working on the update to Nx 16 for the stencil package. Unfortunately there are some changes who hit us harder than the other packages here😅

erichstark commented 1 year ago

@DominikPieper is there any estimation how long it could take?

DominikPieper commented 1 year ago

@erichstark there’s a 16.3 version released