Skip to content

Commit e01bfd0

Browse files
codenemericallam
authored andcommitted
Fix readme
1 parent c36ca9d commit e01bfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This will test your fixture project, and generate outputs in the `packages/cli-v
112112
rm -rf node_modules
113113
npm install
114114
rm -rf node_modules
115-
corepack use yarn # will update the yarn lockfile
115+
corepack use yarn@4.2.2 # will update the yarn lockfile
116116
```
117117

118118
> Do it in this order, otherwise `npm install` will update the existing `yarn.lock` file with legacy version 1.

0 commit comments

Comments
 (0)