You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)