-1

error: Autoprefixer Error: Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db

Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating

I performed this command, but everything is the same, the same error comes out

Andry Mos
  • 1
  • 3

1 Answers1

1

Go to C:\Users\This PC\AppData\Roaming\Sublime Text 3\Packages\Autoprefixer, open terminal and run:

npm update

and:

npx browserslist@latest --update-db
Kajuba
  • 26
  • 1