italia / design-comuni-plone-theme

Tema Plone per i siti dei comuni italiani
GNU General Public License v3.0
18 stars 12 forks source link

Error in make start-dev #152

Open rogeriothe opened 10 months ago

rogeriothe commented 10 months ago

What resolve this error:

ERROR in ./src/addons/design-comuni-plone-theme/node_modules/react-highlight-words/dist/main.js Module build failed (from ./node_modules/razzle/config/babel-loader/razzle-babel-loader.js): TypeError: /app/src/addons/design-comuni-plone-theme/node_modules/react-highlight-words/dist/main.js: Property left of AssignmentExpression expected node to be of a type ["LVal","OptionalMemberExpression"] but instead got "BooleanLiteral"

pnicolli commented 10 months ago

Hi, this is in fact a knows issue with dependencies that has no proper fix yet.

You can use this workaround: before running make start-dev remove all node_modules from this addon by running

rm -rf node_modules