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
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)
The text was updated successfully, but these errors were encountered:
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
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 nuxt3.0.0-rc.4 (latest)
The text was updated successfully, but these errors were encountered: