-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Unable to build using vue-cli-service #3667
Labels
needs reproduction
This issue is missing a minimal runnable reproduction, provided by the author
Comments
If that doesn'T work, provide a git repository as a reproduction. |
LinusBorg
added
the
needs reproduction
This issue is missing a minimal runnable reproduction, provided by the author
label
Mar 19, 2019
Closing due to inactivity. Please open a new issue with a reference to this one if you can follow up with more information. |
This was referenced Aug 18, 2021
This was referenced Sep 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs reproduction
This issue is missing a minimal runnable reproduction, provided by the author
Version
3.5.1
Environment info
Steps to reproduce
Getting the flowing error while building
Error: [BABEL] $HOME/src/main.js: Cannot find module '@babel/core' (While processing: "$HOME/@vue/babel-preset
-app/index.js")
at Function.Module._resolveFilename (module.js:548:15)
at Function.Module._load (module.js:475:25)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at _core ($HOME/node_modules/@babel/plugin-proposal-async-generator-functions/lib/for-await.js:9:16)
at Object. ($HOME/node_modules/@babel/plugin-proposal-async-generator-functions/lib/for-await.js:18:27)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object. ($HOME/node_modules/@babel/plugin-proposal-async-generator-functions/lib/index.js:48:40)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
What is expected?
Build should be successful
What is actually happening?
Build fails on above error
The text was updated successfully, but these errors were encountered: