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
Cannot read properties of undefined (reading 'install') at Function.Vue.use (file://./.nuxt/dist/server/server.mjs:7842:23) at $id_c39524e4 (file://./.nuxt/dist/server/server.mjs:20715:7) at async __instantiateModule__ (file://./.nuxt/dist/server/server.mjs:20913:3)
Additional information
The error popup only using vite and not webpack. #889
Using the method provided by @BobbieGoede is fixed:
Actual behavior
Cannot read properties of undefined (reading 'install') at Function.Vue.use (file://./.nuxt/dist/server/server.mjs:7842:23) at $id_c39524e4 (file://./.nuxt/dist/server/server.mjs:20715:7) at async __instantiateModule__ (file://./.nuxt/dist/server/server.mjs:20913:3)
Additional information
The error popup only using vite and not webpack.
#889
Using the method provided by @BobbieGoede is fixed:
vite: { optimizeDeps: { exclude: ['pinia'], }, resolve: { alias: { pinia: path.resolve(__dirname, './node_modules/pinia/dist/pinia.mjs'), }, }, }
The text was updated successfully, but these errors were encountered: