datatables.net-dt package on NPM is missing /images
datatables.net-dt package on NPM is missing /images
steve_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:
This discussion has been closed.
Answers
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
Excellent. Thanks, as always, for the quick response.
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
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
1.10.19 has been released with this change and is available from npm now.
Allan
As usual Alan's on it like a car bonnet. Cheers lad
I am facing the same issue (images are missing) with the datatables.net-zf package (1.10.19).