Is any easy way in npm
to track from which packages these kind of dependency warnings came from? Packages in the warnings is for sure not the top level ones.
I'm currently on npm v3.6.0 (node 5.6.0).
Running npm list
in your project directory will give you a dependency tree, and a simple text search for the deprecated packages will indicate where they came from.
As a workaround to deprecation issues, you could use npm-shrinkwrap (example usage).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With