1

If I go to a package like react-intercom on npmjs, it will display a deprecation warning right there on the page

react intercom deprecation warning

This seems to be done through a command in npm called deprecate.

Is there a way to scan my package.json and find all packages where they have been deprecated?

corvid
  • 10,733
  • 11
  • 61
  • 130
  • As a workaround, you can remove your `node_modules` folder and re-install your packages. This would show you which packages are deprecated. `rm -rf node_modules && npm install` – Timur Apr 08 '22 at 18:05

0 Answers0