-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
Our build requires node 20 or higher, but the documentation build requires node 18.
With node 25 the documentation build fails with the following error:
[cause]: DOMException [SecurityError]: Cannot initialize local storage without a `--localstorage-file` path
at Object.get [as localStorage] (node:internal/webstorage:28:17)
at get localStorage (node:internal/util:660:20)
at merge (/home/mbudiu/git/dbsp/docs.feldera.com/node_modules/eval/eval.js:11:13)
at module.exports (/home/mbudiu/git/dbsp/docs.feldera.com/node_modules/eval/eval.js:42:5)
at /home/mbudiu/git/dbsp/docs.feldera.com/node_modules/@docusaurus/core/lib/ssg/ssgRenderer.js:37:108
at Object.async (/home/mbudiu/git/dbsp/docs.feldera.com/node_modules/@docusaurus/logger/lib/perfLogger.js:42:47)
at loadAppRenderer (/home/mbudiu/git/dbsp/docs.feldera.com/node_modules/@docusaurus/core/lib/ssg/ssgRenderer.js:37:51)
at async Promise.all (index 0)
at async loadSSGRenderer (/home/mbudiu/git/dbsp/docs.feldera.com/node_modules/@docusaurus/core/lib/ssg/ssgRenderer.js:53:54)
at async executeSSGInlineTask (/home/mbudiu/git/dbsp/docs.feldera.com/node_modules/@docusaurus/core/lib/ssg/ssgWorkerInline.js:13:25)
Reactions are currently unavailable