-
-
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
Standard setup is broken #4918
Comments
I get this error Module build failed (from ./node_modules/babel-loader/lib/index.js): what is ./src/data and why does babel want it all the sudden? |
@vue/cli-plugin-babel/preset.js points to module.exports = require('@vue/babel-preset-app') But I can't see any reference to src/data in there |
mine may be different |
sorry i did not run your setup I just did a vue create and got my error |
Running into this exact same issue with version 4.1.1 |
when updating packages to last version using ncu -g the problem also happened |
Just ran into this as well. The issue is in node_modules/core-js-compat/helpers.js The workaround Also the core-js team is aware of the issue (zloirock/core-js#710) and should be fixed in v3.4.7 |
fixed by install this package |
Version
4.1.1
Reproduction link
https://github.com/wsmarsh/test-error
Environment info
Steps to reproduce
This is the standard setup, which is broken from the get-go
Created a project from the Vue UI
npm run serve - broken
npm run test:unit - broken
What is expected?
Vue CLI sereve and tests should work
What is actually happening?
running both serve and test:unit via npm causes an error
The text was updated successfully, but these errors were encountered: