No badges yet
No accepted solutions yet
Query Parameters in v0 - Preventing Auto-Submit
Hi, I'm using v0 with query parameters (`?q=`) to pre-fill prompts (similar to how you can with ChatGPT using `?q=your+prompt`), but I've noticed that v0 automatically submits the...
Requesting Node.js 22.18.0 and Yarn 1.22.22 Update for Vercel Builds
It works now. It's still fast considering they just released it so Vercel realising right after a couple of days is still massive. :flexed_biceps: The only concern I have is why...
Requesting Node.js 22.18.0 and Yarn 1.22.22 Update for Vercel Builds
Unfortunately, it uses Node `v22.17.1`. Also, it looks like it doesn't auto-install Yarn version that I specified on my `package.json` as it still uses `1.22.19` instead of...
Requesting Node.js 22.18.0 and Yarn 1.22.22 Update for Vercel Builds
Thanks for the answer. I'll try it and let you know. Is there any reason why the yarn version is not pulling the latest 1.x version? Do I also need to specify it in `package.json`?
Requesting Node.js 22.18.0 and Yarn 1.22.22 Update for Vercel Builds
I'm encountering a build error on Vercel related to Node.js version: ```txt Running "install" command: `yarn install --frozen-lockfile`... yarn install v1.22.19 [1/5] Validating...