datatables.net-dt package on NPM is missing /images

datatables.net-dt package on NPM is missing /images

steve_at_ventussteve_at_ventus Posts: 18Questions: 5Answers: 0

Hi Allan,

I just ran npm outdated and npm update on my project, which included minor version bumps for several datatables packages. Webpack is now failing to compile because it can't find the images referred to in the css. The /images path is missing from the /node_modules/datatables.net-dt/ directory.

Thanks,
-steve

This question has accepted answers - jump to:

Answers

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

    Looks like I'll be doing a 1.10.19 sooner than I expected!

    I've committed the change and you can use it by installing directly from the repo: npm install git+ssh://git@github.com:DataTables/Dist-DataTables-DataTables.git.

    I'll look at if I can do a 1.10.18-1 or something like that...

    Allan

  • steve_at_ventussteve_at_ventus Posts: 18Questions: 5Answers: 0

    Excellent. Thanks, as always, for the quick response.

  • skyline7349skyline7349 Posts: 3Questions: 1Answers: 0

    Hello,
    Any update on this? Im trying to setup a project with this and build is broken. I tried to do the NPM install from repo but its hanging at rollbackFieldOptional

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

    The fix is committed, but I'll need to do a release of DataTables to capture that and make it available on npm. I'll do that release tomorrow I think, unless anything major comes up (although it shouldn't since there haven't been any Javascript changes!).

    Allan

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

    1.10.19 has been released with this change and is available from npm now.

    Allan

  • Andrew1178Andrew1178 Posts: 24Questions: 6Answers: 0

    As usual Alan's on it like a car bonnet. Cheers lad

  • mhuletmhulet Posts: 4Questions: 1Answers: 0

    I am facing the same issue (images are missing) with the datatables.net-zf package (1.10.19).

This discussion has been closed.