vuejs / composition-api

Composition API plugin for Vue 2
https://composition-api.vuejs.org/
MIT License
4.19k stars 343 forks source link

Module not found: Error: Can't resolve '@vue/composition-api/dist/vue-composition-api.mjs' using Vue 2 #939

Closed karimjammoul closed 2 years ago

karimjammoul commented 2 years ago

I am using Vuexy dashboard with Vue 2, and when I try to npm run serve I get this error : Screenshot 2022-05-25 023312 Even though '@vue/composition-api' is installed in my package.json file : "@vue/composition-api": "1.0.2", "vue": "2.x". But why I am getting this error? Any help would be much appreciated. Thank you.

antfu commented 2 years ago

We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.