Eugen Istoc
Eugen Istoc
This should be resolved. We can re-open if its still an issue.
@francois-duquesne-asl Are you able to test this issue with this PR: #3279 It should solve this issue.
I'm a little confused about the workaround from @sslotnick Where exactly does `--no-experimental-require-module` need to be added? For nuxt, the application is started with `node .output/server/index.mjs` after a build which...
I don't think this is related necessarily to using `@regex`. Issue still persists on my end.
> > I'm a little confused about the workaround from [@sslotnick](https://github.com/sslotnick) Where exactly does `--no-experimental-require-module` need to be added? > > > > For nuxt, the application is started with...
I can confirm that this is an issue: For more context: ```sh transforming (6) ../node_modules/nuxt/dist/app/entry.jsnode_modules/nuxt-authorization/dist/runtime/components/Can.vue:12:48 - error TS2345: Argument of type 'PropsArgs' is not assignable to parameter of type 'Ability...