| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 11d1c23 commit 8c69da8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,6 +64,13 @@ package manager version you wish to set: | |||
| 64 | 64 | corepack prepare yarn@x.y.z --activate | |
| 65 | 65 | ``` | |
| 66 | 66 | ||
| 67 | + Alternately, a tag or range may be used: | ||
| 68 | + | ||
| 69 | + ```bash | ||
| 70 | + corepack prepare pnpm@latest --activate | ||
| 71 | + corepack prepare yarn@stable --activate | ||
| 72 | + ``` | ||
| 73 | + | ||
| 67 | 74 | ### Offline workflow | |
| 68 | 75 | ||
| 69 | 76 | Many production environments don't have network access. Since Corepack | |
| Back | FazBrowse Home | New Git URL |
0 commit comments