nx-extensions
nx-extensions copied to clipboard
React/Ionic NX (0 , project_configuration_1.shouldDefaultToUsingStandaloneConfigs) is not a function
NX (0 , project_configuration_1.shouldDefaultToUsingStandaloneConfigs) is not a function


It's a 15.7.X thing - 15.6.X and earlier seems to work fine
@seanaguinaga 15.7 it’s just released yesterday/today so hadn’t time to test it yet
Same bug in @nxext/[email protected] with [email protected]
Also encountered this with the Solid package.
Same for Svelte package
Any updates or clues yet!? 🥲
Working on it, faced some issues with the update unfortunately 😅
Same issue with @nx-extend/strapi
Some packages are updated. Ionic-react and svelte were some of them.
@needs wrong repo 😅
Oops, sorry for that 👍
@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).
@dcarniel-rebalance working on it but the angular package had an problem updating. I’ll try to update it soon
@dcarniel-rebalance working on it but the angular package had an problem updating. I’ll try to update it soon
Thanks
Some problem! Thanks for the hard work. Looking forward to a fix.
@nxext/stencil also has this issue
@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 ?
@alexdabast I released a 15.7 version just now
Thanks @DominikPieper
@DominikPieper did you also published it to npm? https://www.npmjs.com/package/@nxext/stencil
@DominikPieper for me it's available through NPM and confirmed working for @nxext/ionic-angular.
@erichstark, yes released a 15.7 compatible here as well
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?
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.
@crishood which kind of workspace do you use? The plugins need an integrated ws
Is that fixed? I just faced the same error for solid and react apps
nx version: 15.8.5
@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
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?

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",
}
}