Nearly all the time I use npm
to install a package, I get a warning like:
npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2
If you're not depending directly on the deprecated packages, you're probably not accomplishing anything by installing them directly. Whichever package depends on it is the one that needs to update its dependencies, and so on until you reach the package you're developing. Essentially: if it's important (e.g. a security problem), notify the package maintainers; if not, ignore the deprecation warning.