At the Plone Tagung in Koblenz, I gladly learned about cookieplone.
Some issues and questions:
which NodeJS versions are supported? Neither v24.2.0 (Homebrew) nor v18.19.1 (Ubuntu) are supported
on Mac, make frontend-build gives the following error:
ajung@suxmac ➜ volto-test git:(main) ✗ make frontend-build
find: core/packages/registry/src: No such file or directory
find: core/packages/components/src: No such file or directory
> volto-volto-test-dev@1.0.0-alpha.0 build /Users/ajung/src/volto-test/frontend
> VOLTOCONFIG=$(pwd)/volto.config.js pnpm --filter @plone/volto build
No projects matched the filters in "/Users/ajung/src/volto-test/frontend"
I'm not sure. Did you follow the instructions from the following point onward?
I don't know about those instructions, as add-ons might not keep up with the latest developments. It's best to follow the official docs at Develop Volto add-ons — Plone Documentation v6 for the specific task you wish to perform, specifically whether you want to only install the add-on or also develop it.
You should use nvm to manage your node-versions and use lts which points to lts/jod -> v22.15.0. Do you get the same errors with make install? make build builds a production bundle for distribution of the project with the add-on. For development you should use make install.