creativetimofficial/vue-light-bootstrap-dashboard

Project start problem

VIRGO96 opened this issue · 4 comments

systemlists
When i npm run dev it after npm i it gives npm install --save core-js/modules/es6.regexp.to-string this dependency is missing and when i try to install it says Could not install from "core-js\modules\es6.regexp.to-string" as it does not contain a package.json file kindly guide me whats wrong thanks

replacing the core-js folder with core-js from another vue js project worked for me.

what you have to do is to go to any of your previous vue project >go to the node modules folder >copy a folder title core-js,now move to creative time project >go to the node modules folder delete the core-js folder and paste the folder you copied.then run npm run dev or npm run serve

@williamz6 That's a terrible long-term solution. This project should build out of the box. Is this project abandoned?

in .babelrc add
"useBuiltIns": "entry"

image