-
Notifications
You must be signed in to change notification settings - Fork 50
Nuxt 2.3.x and above failing to build Nuxtent pages #190
Comments
Nuxt indeed broke nuxtent and there is a fix but is not backwards compatible, that's why it wasn't updated. You can install @dinamomx/nuxtent that is like a beta version of this package. |
@cesasol thanks, that branch indeed seems to work. Is there any rough estimate to when it should be merged with master? |
Replace `nuxtent` by `@dinamomx/nuxtent` dependency, temporary fix, see nuxt-community/nuxtent-module#190 Update lockfile
Any updates on this? |
That's also my biggest blocker currently. If there is a fix, couldn't that be cherry picked to master and released as patch? |
@rwwagner90 @renestalder This issue is really annoying and I'm not sure why the issue was closed as it's very critical. Anyway,
That's all I can think about at the moment, hopefully it will work for you now.. |
@ofeka do you have an example app I could take a look at? When I run
If I run in |
@ofeka I just don't like the note in the README of that branch/npm package that tells me to not use it in production. |
Replace `nuxtent` by `@dinamomx/nuxtent` dependency, temporary fix, see nuxt-community/nuxtent-module#190 Update lockfile
Replace `nuxtent` by `@dinamomx/nuxtent` dependency, temporary fix, see nuxt-community/nuxtent-module#190 Update lockfile
BREAKING CHANGE: This module is no more compatible with nuxt versions older than v2.0.0 Update `nuxt` devDependency to v.2.0.0 Compatibility with webpack v4 Add `FriendlyErrorsWebpackPlugin` Add `@nuxt/friendly-errors-webpack-plugin`, `extract-css-chunks-webpack-plugin` Use `consola` instead of debug for logging, improve messages Add `webpackbar` in production, improve logging Upgrade husky, move config to its own key Remove `.yarnrc` engine compatibility fix Replace `nuxtent` by `@dinamomx/nuxtent` dependency, temporary fix, see nuxt-community/nuxtent-module#190 Fix `nuxt-netlify-cms` dependency to `file` protocol
@renestalder @rwwagner90 We have now completely stopped using nuxtent because all the issues it had, I was able to quickly convert our old markdown content to be using nuxt-gustave within 1 hour and update to the latest [email protected], hopefully, this will help... |
@ofeka Sorry for the radio silence, as the now only maintainer there is so much that I can when I have a full time project, but there is a new version @dinamomx/nuxtent that works with nuxt 2.6.* and Gustave looks interesting, sure there is something that I can learn from them |
@cesasol No hard feelings, and thanks for still supporting Nuxtent, it served us well and IMO this is mostly the fault of Nuxt for breaking support multiple times for such a core plugin in their ecosystem. |
The |
@cesasol perhaps we could collaborate with whoever is working on the dinamomx one and get some more maintainers added here? |
@rwwagner90 I am the maintainer of the dinamomx repo but that fork is intended as a mirror to work with full admin permission for deployment purposes making this repo the official one. So it would make sense to collaborate to this one repo |
@cesasol I'm not sure I understand, but okay. Are you able to add maintainers here? |
@rwwagner90 Not here, alidcastano only put me as a collaborator on this repo so I don't have to many privileges |
Version
1.4.1
Reproduction link
https://github.com/OfekA/static-site-nuxt-issue
Steps to reproduce
npm install
npm run generate
/careers
)you should see something similar in the log:
now to fail the build:
package.json
to2.3.4
or anything2.3.x
and abovepackage-lock.json
file and thenode-modules
foldernpm install
npm run generate
/careers
)you should see something similar in the log:
What is expected?
Nuxtent pages to be generated just like in Nuxt 2.2.0 and below
What is actually happening?
Nuxtent pages are not generated
Additional comments?
I've also posted the issue in the Nuxt Discord channel, @manniL checked the issue there and concluded that it is most likely related to Nuxtent and not Nuxt itself.
Would really appreciate some help here as this is the only thing blocking me from upgrading to Nuxt 2.3.x and above. Thanks in advance!
The text was updated successfully, but these errors were encountered: