Open
Description
Thanks for this handy package! I have a monorepo set up with pnpm (side note: perhaps in addition to testing lock files to resolve the package manager, the program can prioritise the packageManager
field in package.json
if it's defined?), but it's installed via corepack and not globally. Hence, when I run sherif --fix
, it's giving me an error.
Note: running install command using pnpm...
⨯ error Failed to install packages
program not found
Is there any way to honour the corepack version in rust?