General Installation Configure Scheduled Updates List of Projects Supported Static Site Generators Fornax Common Erros Web Components Style nfdi-navbar nfdi-footer nfdi-body nfdi-sidebar-element nfdi-sidebar-eleneo nfdi-header nfdi-toc nfdi-code Development

Common Errors

last updated at 2023-05-08 Update to >0.12.0 (RollupError)

[!] RollupError: Invalid value for option "output.file" - when building multiple chunks, the "output.dir" option must be used, not "output.file". To inline dynamic imports, set the "inlineDynamicImports" option.

This error was introduced due to a new mermaidjs dependency beginning in v0.12.0. to solve it, you can adjust the rollup.config.js with inlineDynamicImports: true.

output: { file: 'src/js/bundle.js', format: 'cjs', inlineDynamicImports: true },

DataPLANT Support

Besides these technical solutions, DataPLANT supports you with community-engaged data stewardship. For further assistance, feel free to reach out via our helpdesk or by contacting us directly .
Contribution Guide 📖
✏️ Edit this page