Back to Tags
Yarn
5 items tagged with "yarn"
Filter by type:
FAQs3
FAQ
How do I install the Vibgrate CLI?
Install as a dev dependency in your project: npm install -D @vibgrate/cli@latest (or use pnpm, yarn, bun). You can also run without installing using n...
FAQ
Does Vibgrate support monorepos?
Yes. Vibgrate automatically discovers every project in your workspace (multiple package.json files, .csproj files, go.mod, etc.). For npm/pnpm/yarn wo...
FAQ
The scan says lockfile not found. Is that a problem?
Lockfile warnings indicate you don't have a package-lock.json, yarn.lock, pnpm-lock.yaml, or bun.lockb. This affects dependency graph analysis and dup...