Diizzayy / nuxt-graphql-client

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
356 stars 44 forks source link

Stackblitz preview not working - graphql package missing #16

Closed mickasmt closed 2 years ago

mickasmt commented 2 years ago

Hi,

I just tested the preview on Stackblitz and the graphql package is missing. I get the following error:

ERROR Cannot start nuxt: Cannot find package 'graphql' imported from /home/projects/kkvizxqln.github/node_modules/@graphql-codegen/cli/index.mjs

I was able to solve the problem with npm i graphl in the terminal but I hope you can fix this problem so that we don't have to do it manually.

Thanks for this new module. Keep going on !

Diizzayy commented 2 years ago

@mickasmt Thank you for pointing that error.

This problem appears to be specific to the Stackblitz environment. In your local development nuxt-graphql-client is the only package you need to install

mickasmt commented 2 years ago

Thank you for this return.