This site is being rebuilt and designed in public. Please excuse placeholder content, broken design, etc.!

Blog post: Yarn v2+ compatible version of updating caniuse-lite's internal DB

Problem:
Caniuse-lite outputs a warning in the console during builds stating that the browser database is out of date. It suggests running `npx browserslist@latest --update-db` but that doesn't work with Yarn v2 or higher. Instead, run:

`yarn up -R caniuse-lite`

Socials