chalk.red(`✕ Conflicting peer dependencies:\n ${cliColumns(conflicts, cliColumnsOptions)}`) chalk.red(`✕ Conflicting peer dependencies:\n ${cliColumns(conflicts, cliColumnsOptions).trimEnd()}`) ) } if (Object.keys(intersections).length) { 4 changes: 2 additions & 2 deletions 4 packag...
I have read about runningpnpm installto fix merges, however this is not a feasible solution for us: it requires waiting for a process to find a conflicting renovate branch and operate on it which is problematic when you get around 3 - 10 PRs per day and it might require 4+ rounds to ...
No response Reproduction steps create an pnpm workspace setup nvm with.nvmrcwith20.16.0 add a new nodejs simple app and name it app1 install thelangchainpackage from the rootpnpm add langchain --filter app1 Describe the Bug Once installed, if you try to update using thepnpm update --lates...
Link to the code that reproduces this issue https://github.com/jmikrut/nextjs-68805 To Reproduce Install dependencies via pnpm Run pnpm dev --turbo Go to http://localhost:3000/admin Current vs. Expected behavior Turbopack fails to compil...
main pnpm/typings/ Go to file This branch is 731 commits behind pnpm:main. Contribute Latest commit zkochan feat: detect conflicting peer dependencies per project (pnpm#4111) 89dcc11 Dec 12, 2021 Git stats History Files Failed to load latest commit information. Type Name Latest ...
feat: detect conflicting peer dependencies and print nice warnings ab… 4 months ago tsconfig.lint.json style: use eslint instead of tslint 2 years ago README.md @pnpm/default-reporter The default reporter of pnpm Installation pnpm add @pnpm/default-reporter Usage import { streamParser }...