Karthik

Results 6 comments of Karthik

I'm running into this too @zanettin - just trying to run `bun create qwik@latest` as is on the website and I'm getting the following issue: ```EXDEV: cross-device link not permitted,...

Just to expand a bit from the previous comment - I tried `bun`, `npm` and `yarn` all coming up with the same issue.

So I ended up fixing the issue with: `npm install fs-extra` then ``` node -e "require('fs-extra').move('/var/folders/7c/c396xbkd7sbbj_5zz4mk1nlr0000gn/T/create-qwik-1rnvb666kff/node_modules', '/Volumes/Primary/Code/.../.../node_modules', { overwrite: true }, console.log)" ``` No idea what the original issue was...

Btw - not an expert by any means, but I had managed to get supabase (postgres) working with the neon driver from prisma, not sure if that's helpful, but might...

Unfortunately don't have the code on hand. Have a look here: https://www.prisma.io/docs/orm/overview/databases/neon

Ah yeah, I was running into that on opennext - try next-on-pages, I believe that's where it was working.