nxext / nx-extensions

Nx Extensions for Stencil, Svelte, SolidJS, Preact, Ionic, and Capacitor
MIT License
465 stars 102 forks source link

React/Ionic NX (0 , project_configuration_1.shouldDefaultToUsingStandaloneConfigs) is not a function #902

Closed seanaguinaga closed 1 month ago

seanaguinaga commented 1 year ago
 NX   (0 , project_configuration_1.shouldDefaultToUsingStandaloneConfigs) is not a function

Screenshot_20230216_082959

Screenshot_20230216_083159

seanaguinaga commented 1 year ago

It's a 15.7.X thing - 15.6.X and earlier seems to work fine

DominikPieper commented 1 year ago

@seanaguinaga 15.7 it’s just released yesterday/today so hadn’t time to test it yet

cgrs commented 1 year ago

Same bug in @nxext/svelte@15.0.1 with nx@15.7.1

michelm117 commented 1 year ago

Same bug in @nxext/svelte@15.0.1 with nx@15.7.1

Same for @nxext/ionic-angular

darrenbarklie commented 1 year ago

Also encountered this with the Solid package.

spy4x commented 1 year ago

Same for Svelte package

tomavic commented 1 year ago

Any updates or clues yet!? 🥲

DominikPieper commented 1 year ago

Working on it, faced some issues with the update unfortunately 😅

needs commented 1 year ago

Same issue with @nx-extend/strapi

DominikPieper commented 1 year ago

Some packages are updated. Ionic-react and svelte were some of them.

DominikPieper commented 1 year ago

@needs wrong repo 😅

needs commented 1 year ago

Oops, sorry for that 👍

dcarniel-rebalance commented 1 year ago

@DominikPieper any chance ionic-angular gets updated soon ? I've got the same issue but npmjs.com still only serves 15.6.0 (whereas it has 15.7.0 for ionic-react).

DominikPieper commented 1 year ago

@dcarniel-rebalance working on it but the angular package had an problem updating. I’ll try to update it soon

dcarniel-rebalance commented 1 year ago

@dcarniel-rebalance working on it but the angular package had an problem updating. I’ll try to update it soon

Thanks

SimonPrammer commented 1 year ago

Some problem! Thanks for the hard work. Looking forward to a fix.

cmddavid commented 1 year ago

@nxext/stencil also has this issue

alexdabast commented 1 year ago

@DominikPieper any chance ionic-angular gets updated soon ? I've got the same issue but npmjs.com still only serves 15.6.0 (whereas it has 15.7.0 for ionic-react).

Did you found a workaround for now ?

DominikPieper commented 1 year ago

@alexdabast I released a 15.7 version just now

dcarniel-rebalance commented 1 year ago

Thanks @DominikPieper

erichstark commented 1 year ago

@DominikPieper did you also published it to npm? https://www.npmjs.com/package/@nxext/stencil

rickbeumers commented 1 year ago

@DominikPieper for me it's available through NPM and confirmed working for @nxext/ionic-angular.

DominikPieper commented 1 year ago

@erichstark, yes released a 15.7 compatible here as well

crishood commented 1 year ago

Hi, I'm trying to generate a stencil library with 15.7 version but I get this error: NX @nrwl/workspace is not a dependency. Does anyone have the same issue?

crishood commented 1 year ago

Hi, I'm trying to generate a stencil library with 15.7 version but I get this error: NX @nrwl/workspace is not a dependency. Does anyone have the same issue? I installed @nrwl/workspace and it worked guys.

DominikPieper commented 1 year ago

@crishood which kind of workspace do you use? The plugins need an integrated ws

vashchukmaksim commented 1 year ago

Is that fixed? I just faced the same error for solid and react apps

nx version: 15.8.5

DominikPieper commented 1 year ago

@vashchukmaksim, the packages aren't 15.8 compatible yet. All @nxext packages with 15.7.x are Nx 15.7.x compatible, 15.8 will follow

vashchukmaksim commented 1 year ago

Oh, ok got it, thanks!

I downgraded to 15.7.2 but still have the same error (nx --version output is 15.7.2 as well). Am I missing something?

2023-03-10 15 30 48

DanielMenke commented 1 year ago

The same is happening for https://www.npmjs.com/package/@nxext/sveltekit

package.json:


{
  "devDependencies": {
     "@nrwl/cypress": "15.7.2",
    "@nrwl/eslint-plugin-nx": "15.7.2",
    "@nrwl/jest": "15.7.2",
    "@nrwl/js": "15.7.2",
    "@nrwl/linter": "15.7.2",
    "@nrwl/nest": "15.7.2",
    "@nrwl/node": "15.7.2",
    "@nrwl/nx-cloud": "latest",
    "@nrwl/webpack": "15.7.2",
    "@nrwl/workspace": "15.7.2",
    "@nxext/svelte": "^15.7.2.0",
    "@nxext/sveltekit": "^14.0.0-next.2",
    }
}
ktrz commented 1 year ago

Hi I'm trying to install @nxext/solid@15.7.0 but it can't find that version on npm. Is this version available publicly?

wcontreras commented 1 year ago

Hi It seems that @nrwl/web has the same issue.

Version NX: 15.9.2

image

trevordilley commented 1 year ago

I think this is happening for @nrwl/devkit too? All our custom generators break when I migrate tried 15.9.x, 15.8.x, 15.7.x

Seems 15.6.x passes unit tests, going to try our e2e tests now

tiga05 commented 1 year ago

@trevordilley And did it work?

DominikPieper commented 1 year ago

There's a latest Version supporting 16.2 now.

tiga05 commented 1 year ago

Hi Dominik,

thanks for the info. Unfortunately, looks like we can not upgrade due to some dependency issues (in our project). I will try to figure it out.