-
Notifications
You must be signed in to change notification settings - Fork 34
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
Not working with Nuxt v3.15.0 (specifically @nuxt/kit
v3.15.0) (Error: Could not load nuxt-booster)
#1177
Comments
Same issue for us as well. |
Hello @codeflorist @StirStudios, Took out Javascript imports in the build and came to the conclusion that the import of Removed the lib, can be tested soon on When published 😉 |
Thanks so much for the update but now we are getting this
If we downgrade to this:
It works again. |
@StirStudios You can test the version: In Stackblitz it runs with the |
Hey @ThornWalli thanks for the quick update. Unfortunately it is the same on my end. To avoid issues I also ran: Config has not changed either:
Confirmed with your Stackblitz it is working with the previous version. |
Okay it seems my issue is related to this @ThornWalli Sorry to confuse things. |
@StirStudios No problem 🙃 This happens from time to time... |
According to nuxt/ui#2971, the problem should now be solved. |
Confirmed, No more issues! |
Describe the bug
After upgrading to Nuxt v3.15.0 the following error is thrown:
When downgrading to
@nuxt/kit
v3.14.1592 it works again. It can be tested by putting this inpackage.json
:To Reproduce
Steps to reproduce the behavior:
nuxt-booster
to a Nuxt v3.15.0 installationA reproduction is available here:
https://stackblitz.com/edit/nuxt-starter-mhluuehm?file=package.json
The text was updated successfully, but these errors were encountered: