Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import problem #10

Open
serobalino opened this issue Jul 31, 2018 · 3 comments
Open

Import problem #10

serobalino opened this issue Jul 31, 2018 · 3 comments

Comments

@serobalino
Copy link

serobalino commented Jul 31, 2018

ERROR in ./node_modules/babel-loader/lib?{"cacheDirectory":true,"presets":[["env",{"modules":false,"targets":{"browsers":["> 2%"],"uglify":true}}]],"plugins":["transform-object-rest-spread",["transform-runtime",{"polyfill":false,"h elpers":false}]]}!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./node_modules/vue-full-calendar/components/FullCalendar.vue Module build failed: Error: Couldn't find preset "stage-2" relative to directory "C:\\xampp\\htdocs\\Project\\node_modules\\vue-full-calendar"

help me pls

@BrockReece
Copy link
Owner

Sounds like the project is missing babel-preset-stage-2

npm install --save babel-preset-stage-2

or if you use yarn

yarn add babel-preset-stage-2

@yyi0708
Copy link

yyi0708 commented Sep 6, 2018

NPM installation is also useless

@BrockReece
Copy link
Owner

Useless?
Do you have the same issue?
Can you share anything more constructive?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants