creativetimofficial / vue-light-bootstrap-dashboard

Vue Light Bootstrap Dashboard - FREE BOOTSTRAP 4 VUEJS ADMIN TEMPLATE
https://www.creative-tim.com/product/vue-light-bootstrap-dashboard
MIT License
773 stars 671 forks source link

[ERROR] Failed to compile with 3 errors #30

Closed GabrielCastello closed 1 year ago

GabrielCastello commented 5 years ago

Same error bellow in two different machines, after running npm i -> npm run dev...

Tried to install core-js as suggested but the same error continues.

[ERROR] Failed to compile with 3 errors

This dependncy was not found:

To install it, you can run: npm install --save core-js/modules/es6.regexp.to-string

dekadentno commented 5 years ago

Try this:

npm install --save-dev core-js@2.6.5

and then run the project again with

npm run serve