-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Type unkown from Plugin after enabling @nuxt/seo #260
Comments
I'm experiencing the same issue.
My temporary workaround is to comment those lines in |
Can confirm this is happening to me too. Some info: And I can also confirm that commenting out the plugin declarations that @asokawotulo mentioned resolves the issue. I was browsing through nuxt/nuxt#24885 and nuxt/module-builder#215 as well as some mentions of the "plugin type unknown" on the Nuxt Discord, but wasn't able to find anything else to get it to work. |
I've updated all of these plugins, for some reason the nuxt-module-builder is failing when importing I'll try sort out a Nuxt SEO release soon but you can bump your lock file to get the fixes too |
Can you elaborate on this fix please? |
You can delete your lock file + node_modules and then re-install the dependencies, it will automatically update any sub-dependencies using caret version constraints. |
Okay 2.0.0-rc.12 was pushed out which should fix this.
Would you mind making a new issue for this please 🙏 |
Describe the bug
As soon as I add the @nuxtjs/seo Module to an empty Nuxt Project the Type of my provided Plugin Variable becomes unkown.
Since i wasn't able to reliable reproduce this in Stackblitz i created this short video.
Reproduction
No response
System / Nuxt Info
The text was updated successfully, but these errors were encountered: