I’m getting the following warning when I run mix phx.server
:
Browserslist: caniuse-lite is outdated.
Please run next command
`npm update caniuse-lite browserslist`
I tried running the command, and got no errors, but the warning didn’t go away. I also tried mix clean; mix compile
, to no avail. Suggestions?