Tema - Portal Brasil

Olá Pessoal, bom dia!
Estou começando a estudar o Plone6 para desenvolvimento portal institucional
Ao tentar utilizar o repositório plonegovbr/volto-brasil-theme como Addon, ao executar, aparece esse erro
ERROR Invalid razzle.config.js file.

Error: Cannot find module 'volto-theme'
Require stack:

Alguém poderia me ajudar, ou me indicar o caminho correto para utilizar o tema no plone 6?
Obrigada

Hello :slight_smile: It would help if you could show the commands you ran, and let us know which operating system and Python version you are trying this on.

Olá,

Estou utilizando python 3.10.12 - sistema operacional Linux Mint

Seguindo as orientações training plone 2024 - plone/volto_addon item 27.2 e o repositório github plonegovbr/volto-brasil-theme

1- Criei o projeto plone 6 utilizando pipx run cookiecutter gh:collective/cookiecutter-plone-starter

2- Em seguida, executei make install backend, make install frontend

3- Na pasta Frontend, atualizei o arquivo package.json

"addons": [
    "@plonegovbr/volto-brasil-theme"
  ],
"dependencies": {
    "@plone/volto": "17.18.2",
    "@plonegovbr/volto-brasil-theme": "github:plonegovbr/volto-brasil-theme"
  },

4- Yarn install, que apresentou erro "Packing the package failed"

Desde já agradeço.