nx-extensions icon indicating copy to clipboard operation
nx-extensions copied to clipboard

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

Open seanaguinaga opened this issue 2 years ago • 36 comments

 NX   (0 , project_configuration_1.shouldDefaultToUsingStandaloneConfigs) is not a function

Screenshot_20230216_082959

Screenshot_20230216_083159

seanaguinaga avatar Feb 16 '23 16:02 seanaguinaga

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

seanaguinaga avatar Feb 16 '23 16:02 seanaguinaga

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

DominikPieper avatar Feb 16 '23 16:02 DominikPieper

Same bug in @nxext/[email protected] with [email protected]

cgrs avatar Feb 17 '23 10:02 cgrs

Same bug in @nxext/[email protected] with [email protected]

Same for @nxext/ionic-angular

michelm117 avatar Feb 17 '23 15:02 michelm117

Also encountered this with the Solid package.

darrenbarklie avatar Feb 19 '23 12:02 darrenbarklie

Same for Svelte package

spy4x avatar Feb 21 '23 08:02 spy4x

Any updates or clues yet!? 🥲

tomavic avatar Feb 25 '23 11:02 tomavic

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

DominikPieper avatar Feb 25 '23 11:02 DominikPieper

Same issue with @nx-extend/strapi

needs avatar Feb 28 '23 18:02 needs

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

DominikPieper avatar Feb 28 '23 19:02 DominikPieper

@needs wrong repo 😅

DominikPieper avatar Feb 28 '23 19:02 DominikPieper

Oops, sorry for that 👍

needs avatar Feb 28 '23 19:02 needs

@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 avatar Mar 01 '23 15:03 dcarniel-rebalance

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

DominikPieper avatar Mar 01 '23 16:03 DominikPieper

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

Thanks

dcarniel-rebalance avatar Mar 02 '23 08:03 dcarniel-rebalance

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

SimonPrammer avatar Mar 06 '23 03:03 SimonPrammer

@nxext/stencil also has this issue

cmddavid avatar Mar 07 '23 15:03 cmddavid

@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 avatar Mar 08 '23 17:03 alexdabast

@alexdabast I released a 15.7 version just now

DominikPieper avatar Mar 09 '23 14:03 DominikPieper

Thanks @DominikPieper

dcarniel-rebalance avatar Mar 09 '23 14:03 dcarniel-rebalance

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

erichstark avatar Mar 09 '23 14:03 erichstark

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

rickbeumers avatar Mar 09 '23 15:03 rickbeumers

@erichstark, yes released a 15.7 compatible here as well

DominikPieper avatar Mar 09 '23 15:03 DominikPieper

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 avatar Mar 09 '23 22:03 crishood

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 avatar Mar 09 '23 22:03 crishood

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

DominikPieper avatar Mar 10 '23 06:03 DominikPieper

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

nx version: 15.8.5

vashchukmaksim avatar Mar 10 '23 14:03 vashchukmaksim

@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

DominikPieper avatar Mar 10 '23 14:03 DominikPieper

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

vashchukmaksim avatar Mar 10 '23 14:03 vashchukmaksim

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

DanielMenke avatar Mar 16 '23 17:03 DanielMenke