Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i solve Nuxt.js cannot find module '@vue/composition-api' error?

When developing Nuxt.js

cannot find module '@ vue / composition-api

I get an error. Why does this error occur?

like image 895
Canonka Avatar asked Jul 21 '26 09:07

Canonka


1 Answers

Stop the project and

# if you use yarn
$ yarn add @vue/composition-api

# if you use npm
$ npm install @vue/composition-api --save

download composition-api in your project. And start again.

like image 178
Canonka Avatar answered Jul 23 '26 04:07

Canonka



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!