React :caniuse-lite is outdated. please run next command
运行react项目时报错
caniuse-lite is outdated. please run next command
然后你运行了他给的npm update……还是不行,
在网上找了这个方法,可行:
Solution:
- Close Visual Studio
- Head to
C:\Users\USERNAME\AppData\Local\Temp\WebCompilerX.X.X
(X is the version of WebCompiler) - Delete following folders from
node_modules
folder :caniuse-lite
andbrowserslist
- Open up CMD (inside
C:\Users\USERNAME\AppData\Local\Temp\WebCompilerX.X.X
) and run:npm i caniuse-lite browserslist
- Done!
就是去你的node_modules
下删除caniuse-lite
和browserslist两个文件夹,记住这个文件夹,
再执行npm命令重新安装,如果没安装到上面这个文件夹下,那么就复制一份过去,
原文在这里,
诸业皆是自作自受,休咎祸福,尽从心生。