Vue project startup error: core JS/modules/ [How to Solve]

The errors are as follows:

The reason is simple: the core JS plug-in is not installed

Just install it

Installation: cnpm install core- js@2 or cnpm install core- js@3

I first installed @3, but @2 was installed because the node library version was too high to support, and the result was no problem

Similar Posts: