One of our prospects is trying to run Shopware-PWA project which is built on top of Vue Storefront.
Following the instructions on our docs for Vue Storefront results in a successful build. But when you try to run the project via yarn 0 run --production
and open the website locally, it results in the following internal server error.
ERROR vue_demi_lib.Vue2.use is not a function 12:03:21
at Module.<anonymous> (.nuxt/api-client.js:13:0)
at __webpack_require__ (webpack/bootstrap:25:0)
at Object.<anonymous> (server.js:35892:18)
at __webpack_require__ (webpack/bootstrap:25:0)
at server.js:118:18
at Object.<anonymous> (server.js:121:10)
at o (node_modules/vue-server-renderer/build.prod.js:1:77799)
at node_modules/vue-server-renderer/build.prod.js:1:78392
at new Promise (<anonymous>)
at node_modules/vue-server-renderer/build.prod.js:1:78300