-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Self-service
- I'd be willing to implement a fix
Describe the bug
Following the installation guide results in the Yarn JS bundle being added to your git repository, even though Corepack is supposed to make this unnecessary.
I'm not sure if this is a bug or if the documentation just needs to be tweaked.
To reproduce
Run the following:
mkdir yarn-init-repro
cd yarn-init-repro
corepack enable
yarn init -2
This produces the following:
Environment
System:
OS: Linux 5.15 Ubuntu 22.04 LTS 22.04 (Jammy Jellyfish)
CPU: (12) x64 AMD Ryzen 5 2600 Six-Core Processor
Binaries:
Node: 16.15.0 - /tmp/xfs-8b61d4d8/node
Yarn: 3.2.0 - /tmp/xfs-8b61d4d8/yarn
npm: 8.8.0 - ~/.nvm/versions/node/v16.15.0/bin/npm
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working