Closed meksor closed 4 months ago
This is quite an interesting bug, it is a Nuxt core issue though so out of scope for this package to solve.
If yo can open an issue on the Nuxt repo with a reproduction it would speed this up quite a bit, otherwise will keep open until I have a chance.
Understood, I'll get back to you on that in a bit when I can squeeze it in. Feel free to close this if you feel it is out of place here, thanks!
Describe the bug
Hiya, we are currently writing a convenience module for our web apps. This module contains some components, some code and some libraries (some are ours, some are projects like this). When writing our module and building the playground in the same repo we encounter no problems. But: when trying to include the module from a release in an external project,
nuxt prepare
errors with the following message:This seems to be some problem with calling
installModule
in anotherinstallModule
call? OtherinstallModule
calls in ourmodule.ts
do not fail, but they also do not in turn callinstallModule
again... Any hints or ideas? is this a known issue? should we just install all the sub-packages included here manually?Reproduction
installModule('@nuxtjs/seo');
tomodule.ts:setup()
System / Nuxt Info