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

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

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

npm install core-js@3 --save

# or

npm install core-js@2 --save
posted @ 2020-12-10 15:59  liupu1995  阅读(3149)  评论(0)    收藏  举报