Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using npm run dev after installed #45

Open
brunobrasilweb opened this issue May 3, 2024 · 8 comments
Open

Error when using npm run dev after installed #45

brunobrasilweb opened this issue May 3, 2024 · 8 comments

Comments

@brunobrasilweb
Copy link

// package.json
"devDependencies": {
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.13.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/supabase": "^1.2.1",
"nuxt": "^3.10.1",
"nuxt-disqus": "^1.0.1"
},
"dependencies": {
"@vue-email/nuxt": "^0.8.19",
"@vueuse/core": "^10.9.0",
"resend": "^3.2.0",
"yup": "^1.4.0"
}

ERROR:
No driver set for storage mount point "50".
nitro 15:31:12

WARN No driver set for storage mount point "100". nitro 15:31:12

WARN No driver set for storage mount point "200". nitro 15:31:12

WARN No driver set for storage mount point "300". nitro 15:31:12

WARN No driver set for storage mount point "400". nitro 15:31:12

WARN No driver set for storage mount point "500". nitro 15:31:12

WARN No driver set for storage mount point "600". nitro 15:31:12

WARN No driver set for storage mount point "700". nitro 15:31:12

WARN No driver set for storage mount point "800". nitro 15:31:12

WARN No driver set for storage mount point "900". nitro 15:31:12

WARN No driver set for storage mount point "950". nitro 15:31:12

WARN No driver set for storage mount point "DEFAULT". nitro 15:31:12

ERROR [uncaughtException] callback is not a function 15:31:12

at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

@RealBuddy
Copy link

same issue
it looks like I cannot use '@nuxt/ui' and '@vue-email/nuxt' together :(

@admiralsemu
Copy link

@RealBuddy - that's very annoying if that's correct. How did you come to this conclusion?

@RealBuddy
Copy link

Just try to use both modules in one nuxt project

@admiralsemu
Copy link

I have also tried to use both modules and am getting a myriad of errors. Hope this is an easy fix.

@cull2203
Copy link

same issue it looks like I cannot use '@nuxt/ui' and '@vue-email/nuxt' together :(

I am getting the exact same issue when I use '@nuxt/ui' and '@vue-email/nuxt' together

@cull2203
Copy link

I have also tried to use both modules and am getting a myriad of errors. Hope this is an easy fix.

There is another issue raised about this #1773

@kstraszewski
Copy link

I found a workaround for that. You need to change order of nuxt modules, and move Vue-email/nuxt before Nuxt/ui. It fixes this issue for me.

@cull2203
Copy link

I found a workaround for that. You need to change order of nuxt modules, and move Vue-email/nuxt before Nuxt/ui. It fixes this issue for me.

I have tried your solution and it seems to work when updating to @nuxt/ui '^2.16.0'. The problem I found was the previous version.

My modules now look like this and work as expected, thanks for your input.

modules: [ '@vue-email/nuxt', '@nuxt/ui', '@nuxt/image', '@pinia/nuxt', '@pinia-plugin-persistedstate/nuxt', '@nuxtjs/supabase', '@unlok-co/nuxt-stripe', '@nuxtjs/turnstile', 'nuxt-resend', 'nuxt-rating' ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants