Skip to content
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
@ofek-a

Description

@ofek-a

Version

1.4.1

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:
    2.2.0_and_below.png

now to fail the build:

  • update the 'Nuxt' dependency in package.json to 2.3.4 or anything 2.3.x and above
  • delete package-lock.json file and the node-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:
    2.3.x and above.png

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!

This bug report is available on Nuxt community (#c144)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions