-
-
Notifications
You must be signed in to change notification settings - Fork 499
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
Nuxt build fails with 2.3.0 release #28
Comments
Hi @elrolito, |
Same here:
Happens even after removing config:
|
I'm also having issues building both in nuxt dev and nuxt build ( nuxt build even kills the encoding of my terminal )
Tried to run the npm command unconvinced that it would solve anything. The error message just changed:
Both |
Locked down the culprit: the async import in edit: Ok, found a fix. You need to define a valid |
Thanks for the help guys, should be fixed in 2.3.2. |
I had recently a similar error because of: |
* refactor: integrate `localizeRoutes` from `vue-i18n-routing` * test: integrate `localizeRoutes` tests * refactor: integrate localizeRoutes from vue-i18n-routing (#28)
…dules#2625) * refactor: integrate `localizeRoutes` from `vue-i18n-routing` * test: integrate `localizeRoutes` tests * refactor: integrate localizeRoutes from vue-i18n-routing (nuxt-modules#28)
Trying to update to latest release causes nuxt build to fail on missing dependencies, but version 2.2.4 does not have this issue. Also seems like the build is much slower.
The text was updated successfully, but these errors were encountered: