It cannot find index.js file for shadcn components otherwise. 👍 2 fix(module): fixed the typo eda4b59 sadeghbarati merged commit dbdf912 into radix-vue:dev Jan 7, 2024 hubcio2115 deleted the fix/nuxt-module
name: 'ShadcnVue', configKey: 'shadcn', version: '0.0.1', compatibility: { nuxt: '^3.9.0', bridge: false, }, }, async setup({ componentDir, prefix }) { const isVeeValidateExist = await tryResolveModule('vee-validate'); addComponentsDir( { path: componentDir, extensions: ['.vue...
MattEagle95closed this ascompletedJun 27, 2023 How to solve it? I've been stuck here not a fix but the only way i found was to manually install the packages. hi everybody,I also have the same bug, what is your suggestion for solving problem. ...
name: `${prefix}${key}`, // name of the component to be used in vue templates export: key, // (optional) if the component is a named (rather than default) export filePath: resolve(filePath), })3 changes: 3 additions & 0 deletions 3 pnpm-lock.yaml Show comments View file Edit...
This PR expands the TailwindCSS installation instructions to include important troubleshooting steps. From time to time, the Nuxt module installation throws the following error: $ npx nuxi@latest module add tailwindcss ERROR [GET]"https://npm.fontawesome.com/@nuxtjs/tailwindcss/latest": 401 Unaut...