Replies: 4 comments 4 replies
-
I have the same problem. _500 The requested module '/nuxt/@fs/C:/Projects/dev/newappv2/.nuxt/shadcn-nuxt/utils.ts' does not provide an export named 'valueUpdater' Original @/lib/utils.ts
.nuxt/shadcn-nuxt/utils.ts
|
Beta Was this translation helpful? Give feedback.
-
@gera2ld
|
Beta Was this translation helpful? Give feedback.
-
I have the same problem |
Beta Was this translation helpful? Give feedback.
-
I will remove the utils content from the module package so that the package has a single purpose: to add auto-imported components that Nuxt cannot scan |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that
@/lib/utils
is hijacked and hard-coded as an alias to.nuxt/shadcn-next/utils.ts
, despite that alib/utils.ts
is created on project initialization. As a result, any changes tolib/util.ts
are ignored.This is so counter-intuitive! Am I not allowed to use
@/lib/utils
?shadcn-vue/packages/module/src/module.ts
Lines 38 to 43 in b7ef465
Beta Was this translation helpful? Give feedback.
All reactions