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

Tom Callahan’s Blog

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