christophd commented on PR #12474: URL: https://github.com/apache/camel/pull/12474#issuecomment-1864625020
I am done with using `camel k get` again and starting to modularize the Camel JBang docs. Regarding the docs I hope I did it right as I was not able to build the pages locally as described in https://camel.apache.org/manual/improving-the-documentation.html#_local_build_instructions I get these errors when running `./local-build.sh quick` ``` FATAL (antora): require(...) is not a function Cause: TypeError at Function.create (Projects/Camel/camel-website/.yarn/cache/browser-sync-npm-2.27.7-b8e58f9a91-7f51177473.zip/node_modules/browser-sync/dist/index.js:316:45) at Object.default_1 [as default] (Projects/Camel/camel-website/.yarn/cache/browser-sync-npm-2.27.7-b8e58f9a91-7f51177473.zip/node_modules/browser-sync/dist/cli/command.start.js:43:10) at handleCli (Projects/Camel/camel-website/.yarn/cache/browser-sync-npm-2.27.7-b8e58f9a91-7f51177473.zip/node_modules/browser-sync/dist/bin.js:145:25) at handleNoCommand (Projects/Camel/camel-website/.yarn/cache/browser-sync-npm-2.27.7-b8e58f9a91-7f51177473.zip/node_modules/browser-sync/dist/bin.js:135:12) at runFromCli (Projects/Camel/camel-website/.yarn/cache/browser-sync-npm-2.27.7-b8e58f9a91-7f51177473.zip/node_modules/browser-sync/dist/bin.js:71:16) at Object.<anonymous> (Projects/Camel/camel-website/.yarn/cache/browser-sync-npm-2.27.7-b8e58f9a91-7f51177473.zip/node_modules/browser-sync/dist/bin.js:38:5) at loadCJSModule (node:internal/modules/esm/translators:270:3) at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:305:7) at ModuleJob.runSync (node:internal/modules/esm/module_job:209:17) at require (node:internal/modules/esm/translators:255:9) ``` My env settings ``` yarn -v 3.2.3 node -v v21.4.0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org