首页 > Web开发 > 详细

vue These dependencies were not found: * core-js/modules/es.array.iterator in ./node_modules/@babe

时间:2020-12-10 17:44:59      阅读:768      评论:0      收藏:0      [点我收藏+]

项目出现这个问题,是一个叫core-js的包出了问题

解决: 版本问题,要重新install

npm install core-js@3 --save

# or

npm install core-js@2 --save

vue These dependencies were not found: * core-js/modules/es.array.iterator in ./node_modules/@babe

原文:https://www.cnblogs.com/liupu1995/p/14115564.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!