Closed seanaguinaga closed 1 month ago
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/svelte@15.0.1
with nx@15.7.1
Same bug in
@nxext/svelte@15.0.1
withnx@15.7.1
Same for @nxext/ionic-angular
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",
}
}
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?
Hi
It seems that @nrwl/web
has the same issue.
Version NX: 15.9.2
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
@trevordilley And did it work?
There's a latest Version supporting 16.2 now.
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.