Vue packages version mismatch

 error  in ./src/pages/personal_order/inform_getcar_order/inform-getcar-order-list.vue

Module build failed: Error:

Vue packages version mismatch:

- [email protected] (E:\workspace\workproject\.........\node_modules\vue\dist\vue.runtime.common.js)
- [email protected] (E:\workspace\workproject\.........\node_modules\vue-template-compiler\package.json)

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

执行 npm update vue-template-compiler

你可能感兴趣的:(那些bug,vue,npm)