最近手里三个vue项目都出现:

这个提示,网上查了下这个是啥,
重新认识caniuse
博主详细解释了一些,想了解的可以看看,

解决方案:

npm i caniuse-lite@latest

直接更新最新版 caniuse-lite,如果没有生效,建议node_modules下面的caniuse-lite包,

重新执行

npm i caniuse-lite@latest
npm i autoprefixer@latest
npm i caniuse-lite browserslist@latest

参考:https://www.cnblogs.com/sylys/p/13504372.html

caniuse-lite is outdated. Please run: npx browserslist@latest --update-db相关推荐

  1. 控制台报错:Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db

    控制台报错:Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db 问题处理 1 ...

  2. Browserslist: caniuse-lite is outdated. Please run:npx browserslist@latest --update-db

    使用yarn start 运行项目出现警告⚠️ Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest ...

  3. Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest

    一.背景 使用 yarn start 或者 npm run dev 运行项目出现警告: Browserslist: caniuse-lite is outdated. Please run: npx ...

  4. 【前端】vue项目打包Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest解决方案

    解决方案 一.背景描述 二.解决方案 2.1 解决方案一:重新安装 caniuse-lite.browserslist 2.2 解决方案二:npm update caniuse-lite browse ...

  5. Browserslist: caniuse-lite is outdated. Please run: npx ....

    今天打包 Vue 项目,突然蹦出一个告警: Browserslist: caniuse-lite is outdated. Please run:$ npx browserslist@latest - ...

  6. flink1.13.2源码编译遇到的坑(三)Browserslist: caniuse-lite is outdated. Please run next command `npm update

    问题:Browserslist: caniuse-lite is outdated. Please run next command npm update 解决办法:先删了node_modules/c ...

  7. 【报错】npx browserslist@latest --update-db

    报错npx browserslist@latest --update-db 解决方式: HBuilderX的安装目录, 切换到HBuilderX/plugins/uniapp-cli下. 删除node ...

  8. uni-app系列(十):Browserslist: caniuse-lite is outdated. Please run next command `npm update`

  9. The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods install

    解决方案:删除下面这个lock文件

  10. nginx 部署antd_design_pro

    偶尔翻到antd_design_pro 发现管理端做的还是可以的,虽然是后端的程序员,但是也要了解一下前端的一些知识,那么首选我们看看如何部署nginx 我们在网上很容易下载到antd_design_ ...

最新文章

  1. 浅谈分布式系统一致性之3PC协议
  2. vivo不小心把内部自研技术方案写进了“年终总结”,我看了直接好家伙
  3. zabbix 彻底解决图片中文乱码
  4. apache+tomcat​现在我们实现session共享
  5. js 获取域名_确定你会使用JS操作Url吗?
  6. python中os.path和pathlib
  7. 小白开学Asp.Net Core 《五》
  8. Android之BaseRecyclerViewAdpater(3.0.4版本)当页面第二次滑到底部的时候没有触发OnLoadMoreListener监听的onLoadMore函数
  9. Python Base64模块的使用
  10. 网络编程 之 有用的 socket
  11. pandas对dataframe内部数据的增删改查操作整理汇总
  12. MySQL-安全对调两个表名
  13. HDU2072 单词数(解法二)【废除!!!】
  14. Linux使用yum安装JDK
  15. 爬虫之 单线程+多任务异步协程
  16. 题目:一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2+3.编程找出1000以内的所有完数。
  17. 涨跌停计算器_股票涨跌停计算器
  18. 使用python定义量化指标公式
  19. 【ERROR】Unable to open underlying table which is differently defined or of non-MyISAM type or ...
  20. grub2下常见系统初始化错误的分析和解决

热门文章

  1. mysql 临时表 会话级_会话级的临时表和事务级的临时表
  2. 创业者需要干掉的三种思维
  3. 未支付订单----倒计时
  4. shell 小米system锁adb_小米Max刷机及ADB操作
  5. 图像处理与计算机视觉:基础,经典以及最近发展(转)
  6. Centos7 SGE安装部署
  7. SQL注入时order by 后面加数字的作用
  8. React Native布局实践:开发京东客户端首页(三)——轮播图的实现
  9. 学习python记录2
  10. 自学Java之基础篇——使用switch,输出今天到底是礼拜几(case的穿透)