sublimetext3autoprefixer

error Autoprefixer sublime text 3. How to solve this problem?


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


Solution

  • 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