Closed
Description
Vue.js version
2.0.3
Reproduction Link
The app's console says that Uncaught Error: Cannot find module "../components/List.vue"(…)
When i use CI to build my app, the bug happens, and the CI log shows that
Vue packages version mismatch:
- vue@2.0.3
- vue-template-compiler@2.0.2
FYI,i used vue-cli
and webpack
template to create my app.
And i have reinstalled the vue-loader
.
The weird thing is that when i use npm run dev
, it works well.
Metadata
Metadata
Assignees
Labels
No labels