Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`

前端 未结 20 2375
忘掉有多难
忘掉有多难 2020-12-08 03:31

Recently, when I compile my scss files I get an error. The error message says:

Browserslist: caniuse-lite is outdated. Please run next command n

20条回答
  •  春和景丽
    2020-12-08 04:02

    On the Mac, I deleted node_modules and package-lock.json, then ran npm install and it fixed my issue.

提交回复
热议问题