ramiroluz
(Ramiro Batista da Luz)
January 9, 2025, 1:26pm
25
This comment may help if it is the same case. I forgot to configure the dependencies, clean the packages (remove node_modules), install and build again.
I saw this error also. In my case I forgot to add the blocks to dependencies in package.json.
"addons": [
"@eeacms/volto-accordion-block",
"@kitconcept/volto-button-block",
"@kitconcept/volto-heading-block",
"@kitconcept/volto-highlight-block",
"@kitconcept/volto-introduction-block",
"@kitconcept/volto-separator-block",
"@kitconcept/volto-slider-block",
"@kitconcept/volto-light-theme"
],
"dependencies": {
"@plone/volto": "workspace:*",
"@plone/registry": "workspace:*"…