Example showing no warnings for missing peer dependencies in npm 10.2.4
cd t-marts-package
npm i #no warning
npx check-peer-dependencies #missing peer dependency found - ❌ react 18.2.0 is required by [email protected] (react is not installed)
Example showing no warnings for missing peer dependencies in npm 10.2.4
cd t-marts-package
npm i #no warning
npx check-peer-dependencies #missing peer dependency found - ❌ react 18.2.0 is required by [email protected] (react is not installed)