启动异常:To install them, you can run: npm install --save

启动异常:To install them, you can run: npm install --save

今天拉代码跑起来的时候项目报错

To install them, you can run: npm install --save core-js/modules/es.array.push.js core-js/modules/es.array.unshift.js core-js/modules/es.error.cause.js core-js/modules/es.object.proto.
js

我看大概意思就是缺包少资源了,然后这提示的包基本上都是Core下的

大概明白啥意思了,直接上解决办法
npm install core-js@3 --save

启动正常

file