pnpm v7 support
See original GitHub issuethanks for the great package, it really makes life a lot easier.
Version 7 of pnpm was recently released, and --prefer-frozen-shrinkwrap
was deprecated in favor of --prefer-frozen-lockfile
, causing the hook to exit with an error (and also not work as expected, since the installation does take place, just not with a frozen lock file). See the release notes here.
To the best of my understanding, it is impossible to detect pnpm’s version through filesystem checks, since v7 uses the same lockfile as previous versions, so looks like resorting to pnpm -v
is the only way around this
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Automatic pnpm v7 Support - Vercel
Vercel now supports pnpm v7. For deployments with a pnpm-lock.yaml file with version: 5.4 , Vercel will automatically use pnpm v7 for ...
Read more >pnpm v7 · Discussion #3536 - GitHub
make embed-readme false by default; Drop Node.js 12 support (EOL will be 2022-04-30); pnpm install -g pkg write bin commands only to predefined...
Read more >Installation | pnpm
curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=<version> sh ... Here is a list of past pnpm versions with respective Node.js version support.
Read more >pnpm - npm
pnpm. 7.0.0-beta.2 • Public • Published 9 months ago ... Supports Windows, Linux, and macOS. ... Support this project by becoming a sponsor....
Read more >pnpm on Twitter: "The work on pnpm v7 is already in progress ...
The work on pnpm v7 is already in progress. ... every command will be about 0.2 seconds faster * pnpm will work with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Works perfectly. Thanks!
Cut a new release, can you give it a try? The version is
yarnhook@0.5.3
.