-
Notifications
You must be signed in to change notification settings - Fork 454
Closed
Labels
Description
Workspace
wheel-of-names
📜 Description
The command in the README is incorrect, it fails when I execute it.
yarn add --cwd packages/app @backstage-community/plugin-wheel-of-names
👍 Expected behavior
The command should be:
yarn --cwd packages/app add @backstage-community/plugin-wheel-of-names
👎 Actual Behavior with Screenshots
Error right now:
Usage Error: The --cwd option is ambiguous when used anywhere else than the very first parameter provided in the command line, before even the command path

👟 Reproduction steps
Follow the steps to install it in the Readme.
📃 Provide the context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
Yes I am willing to submit a PR!