Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 266 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 266 Bytes

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)