Skip to content

[locale] RangeError: Invalid time value #16

Closed
@maxacarvalho

Description

Hello,

Apparently, there's an issue related to the page.lastUpdated data.
At index.js:54

        const lastmodISO = page.lastUpdated
          ? new Date(page.lastUpdated).toISOString()
          : undefined

It throws an error like:

 SITEMAP  Generating sitemap...
error vuepress-plugin-sitemap apply generated failed.
RangeError: Invalid time value
    at Date.toISOString (<anonymous>)
    at pages.forEach.page (/Users/maxacarvalho/Code/kooomo/it.intranet.kooomo.com/node_modules/vuepress-plugin-sitemap/index.js:54:40)
    at Array.forEach (<anonymous>)
    at generated (/Users/maxacarvalho/Code/kooomo/it.intranet.kooomo.com/node_modules/vuepress-plugin-sitemap/index.js:52:13)
    at AsyncOption.asyncApply (/Users/maxacarvalho/Code/kooomo/it.intranet.kooomo.com/node_modules/@vuepress/core/lib/node/plugin-api/abstract/AsyncOption.js:33:21)
    at PluginAPI.applyAsyncOption (/Users/maxacarvalho/Code/kooomo/it.intranet.kooomo.com/node_modules/@vuepress/core/lib/node/plugin-api/index.js:272:32)
    at Build.render (/Users/maxacarvalho/Code/kooomo/it.intranet.kooomo.com/node_modules/@vuepress/core/lib/node/build/index.js:100:34)
error Command failed with exit code 1.

I'm using Vuepress version 1.x ("vuepress": "^1.0.0-alpha.47")

Thanks.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions