nuxt3-apollo-module icon indicating copy to clipboard operation
nuxt3-apollo-module copied to clipboard

Does not work with nuxt3

Open ardin0546 opened this issue 3 years ago • 1 comments

The package installs without any problems. However the moment when I start my dev server I get this error: ERROR Failed to resolve import "@vue/apollo-composable". When I look deeper in the node_modules that package is indeed missing. The moment I want to install the package my self I get a peer dependency error.

This happens with nuxt 3.0.0-rc.3 and nuxt 3.0.0-rc.4 (latest)

ardin0546 avatar Jun 15 '22 14:06 ardin0546

I got the same problem, however, if I install @vue/apollo-composable via yarn, the package will be installed without error, but there will be no record in the package.json file, hence it's not ideal. I hope this problem will go away soon

ksharplee avatar Jul 16 '22 09:07 ksharplee