React :caniuse-lite is outdated. please run next command

运行react项目时报错

caniuse-lite is outdated. please run next command

然后你运行了他给的npm update……还是不行,

在网上找了这个方法,可行:

Solution:

  1. Close Visual Studio
  2. Head to C:\Users\USERNAME\AppData\Local\Temp\WebCompilerX.X.X (X is the version of WebCompiler)
  3. Delete following folders from node_modules folder : caniuse-lite and browserslist
  4. Open up CMD (inside C:\Users\USERNAME\AppData\Local\Temp\WebCompilerX.X.X) and run: npm i caniuse-lite browserslist
  5. Done!

就是去你的node_modules 下删除caniuse-litebrowserslist两个文件夹,记住这个文件夹,

再执行npm命令重新安装,如果没安装到上面这个文件夹下,那么就复制一份过去,

原文在这里