Hi there,
Building a Gridsome site, getting this error when building on Netlify. I can build and develop locally on my machine without and issue.
I don’t know what I’ve to do to force Netlify to rebuild from scratch. I’ve went into a failed deploy, hit the and “Clear Cache and Redeploy” option but to no avail - still getting the error below.
I’m not sure what the discrepancy is between what I have locally Vs what I’m getting on Netlify.
Thanks
11:33:07 PM: Initializing plugins…
11:33:07 PM: Error:
11:33:07 PM: Vue packages version mismatch:
11:33:07 PM: - vue@2.6.10 (/opt/build/repo/node_modules/vue/dist/vue.runtime.common.js)
11:33:07 PM: - vue-template-compiler@2.6.11 (/opt/build/repo/node_modules/vue-template-compiler/package.json)
11:33:07 PM: This may cause things to work incorrectly. Make sure to use the same version for both.
11:33:07 PM: If you are using vue-loader@>=10.0, simply update vue-template-compiler.
11:33:07 PM: If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.