I understand that this is easily achieved with typical Vercel deployments, but I don’t think this is covered or explained with v0.
Is this something that’s possible with v0 currently?
I understand that this is easily achieved with typical Vercel deployments, but I don’t think this is covered or explained with v0.
Is this something that’s possible with v0 currently?
Hey! To help debug your v0 project, could you share your v0 chat link?
It looks like https://v0.app/chat/... — you can copy it from your browser’s address bar while in the chat.
You’ll also need to unlist the chat so our team can view it — here’s how: Sharing | v0 Docs
This helps the team reproduce what you’re seeing much faster. Thanks!
Currently, v0’s sandbox environment doesn’t support private Artifactory repositories or custom npm registries.
However, when you deploy your v0 project to Vercel, you can use private dependencies just like any other Vercel deployment:
NPM_TOKEN as an environment variable in your Vercel project settings.npmrc configuration via the NPM_RC environment variableSo while you can’t preview private dependencies in v0’s sandbox, they’ll work fine once deployed. You can test locally by downloading your v0 project and running it with your Artifactory credentials configured.
Cool, thank you. Are there any plans for this feature?
Not for now, but shared with the team!