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
Hello, I understand that this may not be exactly the right place for this question, but it seems related to vue-demi, so I thought people here might be able to help.
to our build config, we are still seeing the Can't import the named export 'isVue2' from non EcmaScript module (only default export is available). The error comes from our ./.nuxt/dist.plugin.209980bd.mjs file which seems to be the @pinia/nuxt plugin setup.
We tried some experiments such as deleting the .cjs file from vue-demi, but it seems that no matter what we do, the file is not reading the .mjs file correctly.
The text was updated successfully, but these errors were encountered:
Hello, I understand that this may not be exactly the right place for this question, but it seems related to
vue-demi
, so I thought people here might be able to help.This is a repost from this issue thread.
Thanks for taking a look.
Hello, we are trying to use Pinia alongside Vuex in a Nuxt 2 project in order to smooth our eventual migration to Nuxt 3. However, even after adding
to our build config, we are still seeing the
Can't import the named export 'isVue2' from non EcmaScript module (only default export is available)
. The error comes from our ./.nuxt/dist.plugin.209980bd.mjs file which seems to be the @pinia/nuxt plugin setup.Here is some of our package.json
We tried some experiments such as deleting the
.cjs
file fromvue-demi
, but it seems that no matter what we do, the file is not reading the.mjs
file correctly.The text was updated successfully, but these errors were encountered: