Cannot find module ‘core-js/modules/es6.regexp.constructor‘

The following error is reported after npm run dev

Solution: npm install core-js@2 If it times out or the download time is slow, you can try cnpm install core-js@2

Guess you like

Origin blog.csdn.net/ForeverMyheart/article/details/133128703