denoland/fresh

Browserslist: caniuse-lite outdated when running a new project

Opened this issue · 0 comments

After running the Fresh init script, I then deno task start. When visiting http://localhost:8000/, I see the following warning:

Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme

Deno version:

> deno --version
deno 2.0.4 (stable, release, aarch64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2

Fresh version 1.7.3.

(I ran the initial script with both the tailwindcss and vscode options.)