DustinJSilk / qwik-urql

Urql support for Qwik projects.
MIT License
20 stars 6 forks source link

please-use-pnpm #55

Closed bbigras closed 1 year ago

bbigras commented 1 year ago

Any reason we need to use pnpm to use qwik-urql?

With pnpm I have problems using other js libs.

DustinJSilk commented 1 year ago

Only that Qwik switched to pnpm and this was to stay in line.

What problem does it cause? I can remove that restriction if there’s no way around it

bbigras commented 1 year ago

I'll try to get the exact error, but I'm using next-auth like in https://github.com/wmalarski/qwik-next-auth-example and with pnpm, I get errors about missing next and react IIRC. but not with npm.

DustinJSilk commented 1 year ago

These restrictions have been removed in v0.4.2

bbigras commented 1 year ago

Thank you very much!