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

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

原文在这里


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM