We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a40d2e commit e5f94fbCopy full SHA for e5f94fb
1 file changed
doc/api/corepack.md
@@ -64,6 +64,12 @@ package manager version you wish to set:
64
corepack prepare yarn@x.y.z --activate
65
```
66
67
+Alternately, a [`dist-tag`](https://docs.npmjs.com/downloading-and-installing-packages-locally#installing-a-package-with-dist-tags) may be used:
68
+
69
+```bash
70
+corepack prepare yarn@latest --activate
71
+```
72
73
### Offline workflow
74
75
Many production environments don't have network access. Since Corepack
0 commit comments