vue These dependencies were not found: * core-js/modules/es.array.iterator in ./node_modules/@babe
时间:2020-12-10 17:44:59
收藏:0
阅读:769
项目出现这个问题,是一个叫core-js的包出了问题
解决: 版本问题,要重新install
npm install core-js@3 --save
# or
npm install core-js@2 --save
原文:https://www.cnblogs.com/liupu1995/p/14115564.html
评论(0)