You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working on a project created with @vue/cli@3.11.0 with @vue/cli-plugin-babel and @vue/cli-plugin-eslint also at 3.11.0. Then I followed the migration with vue upgrade and everything was updated without errors, until I try to run the project with npm run serve.
What is expected?
Project running without errors.
What is actually happening?
A lot of repeated errors for each .vue file, like that:
Since the project is private, I couldn't publish it here to investigation.
But while trying to create a repo reproducing the problem - firstly with 3.11.0 and then upgrading to 4.0.4 - I was able to look at how dependencies were used on a clean project.
Then I started removing dependencies of the problematic project until it worked and carefully started adding back the dependencies, one by one. And now it's running, even with every dependency it had before! I really would like to point out what the problem was, but unfortunately I couldn't.
So, maybe it was only some trash in node_modules that was cleaned during dependencies uninstalls and reinstalls.
Version
4.0.3
Environment info
Steps to reproduce
I was working on a project created with
@vue/cli@3.11.0
with@vue/cli-plugin-babel
and@vue/cli-plugin-eslint
also at3.11.0
. Then I followed the migration withvue upgrade
and everything was updated without errors, until I try to run the project withnpm run serve
.What is expected?
Project running without errors.
What is actually happening?
A lot of repeated errors for each
.vue
file, like that:The error persists with or without
babel-eslint
inpackage.json
as a dev dependency.The text was updated successfully, but these errors were encountered: