We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a fresh installation of VLT in my volto project i got this issue ...
Error: Module build failed (from ../../../node_modules/.pnpm/[email protected][email protected][email protected][email protected]_/node_modules/sass-loader/dist/cjs.js): SassError: Can't find stylesheet to import. ╷ 2 │ @import 'addonsThemeCustomizationsVariables'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ ../../../node_modules/.pnpm/@[email protected]_@[email protected]_@kitconcept+volto-bu_cfeahmhmjzxuurpxudjgxrpmie/node_modules/@kitconcept/volto-light-theme/src/theme/main.scss 2:9 root stylesheet
cd frontend/packages/volto-myproject pnpm install @eeacms/volto-accordion-block @kitconcept/volto-button-block @kitconcept/volto-dsgvo-banner @kitconcept/volto-heading-block @kitconcept/volto-highlight-block @kitconcept/volto-introduction-block @kitconcept/volto-light-theme @kitconcept/volto-separator-block @kitconcept/volto-slider-block
"theme": "@kitconcept/volto-light-theme", "addons": [ "@eeacms/volto-accordion-block", "@kitconcept/volto-button-block", "@kitconcept/volto-dsgvo-banner", "@kitconcept/volto-heading-block", "@kitconcept/volto-introduction-block", "@kitconcept/volto-highlight-block", "@kitconcept/volto-separator-block", "@kitconcept/volto-slider-block", "@kitconcept/volto-light-theme", "volto-myproject" ]
cd ../../.. make frontend-start
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After a fresh installation of VLT in my volto project i got this issue ...
Steps to reproduce:
Install addons
Add content to package.json
Start frontend
The text was updated successfully, but these errors were encountered: