Problem/Motivation
Looks like the path to check for assets is incorrect, composer does not place the datatables library in a subfolder called datatables.
Should just be libraries/datatables/* not libraries/datatables/datatables/*
See https://www.drupal.org/project/datatables/issues/3399504#comment-15788278
Also see https://www.drupal.org/project/datatables/issues/3399504#comment-15787925 about how 'dataTables.bootstrap.css' I am not sure how that css file is actually loaded up and ever used by the module, so why is there a check for it?
Steps to reproduce
Add library with composer, see the path is not the same as being checked.

Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| 2024-09-25_11-25-46.jpg | 24.01 KB | nicholass |
Issue fork datatables-3476811
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
nicholassComment #4
liam morlandComment #5
mortona2k commentedFixes the warning.