Project start problem
VIRGO96 opened this issue · 4 comments
VIRGO96 commented
williamz6 commented
replacing the core-js folder with core-js from another vue js project worked for me.
williamz6 commented
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
mrichman commented
@williamz6 That's a terrible long-term solution. This project should build out of the box. Is this project abandoned?
jhonnattan123 commented