Unable to build pages locally #10

Open
opened 2025-01-31 12:42:18 +00:00 by mkoncek · 0 comments
mkoncek commented 2025-01-31 12:42:18 +00:00 (Migrated from gitlab.com)

I am on the prod branch, hash 9afb06ab7c376420ee19db33f773977c4ac9e914.
Attempting to build the pages with podman results in:

$ ./build.sh 

This build script is using Podman to run the build in an isolated environment.

[12:40:42.661] FATAL (antora): Cannot find module 'cheerio'
Require stack:
- /antora/lib/extensions/qd-extension/set-excerpt.js
- /antora/lib/extensions/qd-extension/index.js
- /usr/local/lib/node_modules/@antora/site-generator/node_modules/@antora/user-require-helper/lib/index.js
- /usr/local/lib/node_modules/@antora/site-generator/lib/generator-context.js
- /usr/local/lib/node_modules/@antora/site-generator/lib/generate-site.js
- /usr/local/lib/node_modules/@antora/site-generator/lib/index.js
- /usr/local/lib/node_modules/@antora/cli/lib/cli.js
- /usr/local/lib/node_modules/@antora/cli/lib/index.js
- /usr/local/lib/node_modules/@antora/cli/bin/antora
Add the --stacktrace option to see the cause of the error.
I am on the `prod` branch, hash `9afb06ab7c376420ee19db33f773977c4ac9e914`. Attempting to build the pages with podman results in: ``` $ ./build.sh This build script is using Podman to run the build in an isolated environment. [12:40:42.661] FATAL (antora): Cannot find module 'cheerio' Require stack: - /antora/lib/extensions/qd-extension/set-excerpt.js - /antora/lib/extensions/qd-extension/index.js - /usr/local/lib/node_modules/@antora/site-generator/node_modules/@antora/user-require-helper/lib/index.js - /usr/local/lib/node_modules/@antora/site-generator/lib/generator-context.js - /usr/local/lib/node_modules/@antora/site-generator/lib/generate-site.js - /usr/local/lib/node_modules/@antora/site-generator/lib/index.js - /usr/local/lib/node_modules/@antora/cli/lib/cli.js - /usr/local/lib/node_modules/@antora/cli/lib/index.js - /usr/local/lib/node_modules/@antora/cli/bin/antora Add the --stacktrace option to see the cause of the error. ```
Sign in to join this conversation.
No description provided.