This repository was archived by the owner on Feb 2, 2021. It is now read-only.
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
Nuxt 2.3.x and above failing to build Nuxtent pages #190
Closed
Description
Version
Reproduction link
https://github.com/OfekA/static-site-nuxt-issue
Steps to reproduce
- clone the repo from the Reproduction link
npm install
npm run generate
- the build should be successful including Nuxtent pages (path:
/careers
)
you should see something similar in the log:
now to fail the build:
- update the 'Nuxt' dependency in
package.json
to2.3.4
or anything2.3.x
and above - delete
package-lock.json
file and thenode-modules
folder npm install
npm run generate
- the build will successful but Nuxtent pages will not be generated (path:
/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!