Bug in Editor BS4 NPM package?

Bug in Editor BS4 NPM package?

FrknFrkn Posts: 1Questions: 1Answers: 0

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

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    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

This discussion has been closed.