-
-
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
Travis ci build failure due to @vue/babel-preset-app/index.js provided an invalid property of "default" #4122
Comments
Seems your travis environment has an outdated cache. What about clearing the cache and try again? (follow the instructions in https://www.garyng.xyz/gtil-gitbook/Travis/travis-ci-clear-dependencies-cache.html) |
I checked my repo on travis but found no cache, and both core-js 2/3 failed. Still the same problem.
And travis build logging
Should I install @babel/core@7.0.0-beta.47? But when I replace babel-core@7.0.0-bridge.0 with it, jest or babel-jest can't work. |
I guess it might be caused by vuepress 0.14 introducing conflicting peer dependencies and npm failed to handle it. |
Just now I upgrade my vuepress version and it vanish travis building warning, but when it runs |
Ah got it. Your unit tests weren't set up by |
ahh, it does work well. Thank you very much. You're far too kind and patient. |
Version
3.8.0
Reproduction link
https://github.com/oGsLP/latios
Environment info
Steps to reproduce
What is expected?
When I run npm test on my pc , everything works well. But on Travis CI it failed, it seemed to be related to @vue/babel-preset-app, but I don't know how to fix it. And I can't find similar problems online.
What is actually happening?
The text was updated successfully, but these errors were encountered: