Autoprefixer Browserslist: caniuse-lite is outdated

Running sass –update D:\aa.css –stop-on-error –no-cache –style=compressed
error: Autoprefixer
Error: Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest –update-db

問題很簡單,就是需要透過npm 去更新browserslist的db

  1. 開啟command line
  2. CD 到\Sublime Text 3\Packages\Autoprefixer 的資料夾
  3. 執行 npx browserslist@latest –update-db 
  4. 完成