Bug in Editor BS4 NPM package?
Bug in Editor BS4 NPM package?
Frkn
Posts: 7Questions: 3Answers: 0
in Bug reports
Hello,
i have a problem with the npm package "datatables.net-editor-bs4".
The file ~datatables.net-editor-bs4/js/editor.bootstrap4.js has two places (line 8 and 21) where it requires the package "datatables.net-bs".
=> Shouldn't it require the package "datatables.net-bs4"?
I fixed the problem by adding an alias for it in my webpack config.
Best regards
Furkan
This discussion has been closed.
Answers
Thanks - that's it fixed now. That said, I think the bug is in the holding file only. If you copy in the distribution files from the Editor ZIP download it should work okay (using
datatables.net-editor
's install script. Is that the case for you?Thanks,
Allan