-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as not planned
Closed as not planned
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
Self-service
- I'd be willing to implement a fix
Describe the bug
The documentation for yarn install mentions --check-resolutions: https://yarnpkg.com/cli/install#options-check-resolutions
But it doesn't work with yarn 3.6.4.
This option was merged one year ago to master, yet it isn't available?
To reproduce
$ yarn -v
3.6.4
$ yarn install --check-resolutions
Unknown Syntax Error: Unsupported option name ("--check-resolutions").
One-liner to reproduce the issue:
docker run --rm node:16.20.2-alpine3.18 sh -c "yarn set version 3.6.2 && yarn --version && yarn install --check-resolutions"Environment
System:
OS: Linux 5.15 Alpine Linux
CPU: (16) x64 AMD Ryzen 7 5800X 8-Core Processor
Binaries:
Node: 16.20.2 - /tmp/xfs-2f56aeb6/node
Yarn: 3.6.4 - /tmp/xfs-2f56aeb6/yarn
npm: 8.19.4 - /usr/local/bin/npm
npmPackages:
jest: ^26.4.2 => 26.6.3Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working