tool · inferred from evidence
pnpm
A package manager mentioned in the context of dependency resolution and build logs.
- Renovate pnpm-lock.yml not updating in pull requests
Renovate opens PRs that bump versions in package.json but never update pnpm-lock.yml, so CI fails on pnpm install --frozen-lockfile. Reported against the hosted WhiteSource Renovate app. The root cause was in package file matching: Renovate
- Can't find stylesheet to import error during site build with eleventy
Eleventy site builds fine locally but the Netlify build fails when Sass tries to import Bootstrap stylesheets in app.scss. Multiple import syntaxes were tried (with tilde, without node_modules path, with node_modules path). For example, "..
- Error: The datasource property is required in your Prisma config file when using prisma migrate dev (Prisma 7)
On Prisma 7, running prisma migrate dev fails with "Error: The datasource property is required in your Prisma config file when using prisma migrate dev", even though prisma.config.ts exists with a datasource url. The reporter had the config