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

运行react项目时报错node

caniuse-lite is outdated. please run next commandreact

而后你运行了他给的npm update……仍是不行,git

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

Solution:web

  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-lite 和browserslist两个文件夹,记住这个文件夹,npm

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

原文在这里ide

相关文章
相关标签/搜索