Browserslist: caniuse-lite is outdated

Lee young-jun
Sep 23, 2022

--

I saw this warnings last month when launching my react-native project.

Browserslist: caniuse-lite is outdated

I ran this command to follow guide.

However terminal emit another error.

browserslist: Unknown arguments --update-db.Usage:browserslistbrowserslist "QUERIES"browserslist --config="path/to/browserlist/file"browserslist --coverage "QUERIES"browserslist --coverage=US "QUERIES"browserslist --env="environment name defined in config"browserslist --stats="path/to/browserlist/stats/file"

I couldn’t find out the way to run the command. 😞

But I found another solution.

yarn upgrade caniuse-lite browserlist

Now the warnings are disappeared.

--

--

No responses yet