运行react项目时报错node
caniuse-lite is outdated. please run next commandreact
而后你运行了他给的npm update……仍是不行,git
在网上找了这个方法,可行:github
Solution:web
C:\Users\USERNAME\AppData\Local\Temp\WebCompilerX.X.X
(X is the version of WebCompiler)node_modules
folder : caniuse-lite
and browserslist
C:\Users\USERNAME\AppData\Local\Temp\WebCompilerX.X.X
) and run: npm i caniuse-lite browserslist
就是去你的node_modules
下删除caniuse-lite
和browserslist两个文件夹,记住这个文件夹,
npm
再执行npm命令从新安装,若是没安装到上面这个文件夹下,那么就复制一份过去,app
原文在这里,ide