@@ -19,9 +19,10 @@ downloaded from jsr.io and installed in your `node_modules` directory.
19
19
20
20
## Installing and using JSR packages
21
21
22
- If you are using a recent version of pnpm (10.9+) or Yarn (4.9+), you can
23
- install JSR packages using ` pnpm install ` or ` yarn add ` without any additional
24
- configuration. These versions of pnpm and Yarn both support JSR out of the box.
22
+ If you are using a recent version of pnpm (10.9+), Yarn (4.9+) or vlt, you can
23
+ install JSR packages using ` pnpm install ` , ` yarn add ` or ` vlt install ` without
24
+ any additional configuration. These versions of pnpm and Yarn both support JSR
25
+ out of the box.
25
26
26
27
``` sh
27
28
pnpm install jsr:@luca/cases
@@ -31,6 +32,10 @@ pnpm install jsr:@luca/cases
31
32
yarn add jsr:@luca/cases
32
33
```
33
34
35
+ ``` sh
36
+ vlt install jsr:@luca/cases
37
+ ```
38
+
34
39
If you are using npm, an older version of pnpm or Yarn, or Bun, you can use the
35
40
JSR CLI to install JSR packages:
36
41
@@ -88,9 +93,9 @@ from npm.
88
93
89
94
The ` @jsr ` npm scope is served from the JSR registry at ` https://npm.jsr.io ` .
90
95
91
- Recent versions of ` yarn ` and ` pnpm ` automatically configure pull packages in
92
- the ` @jsr ` scope from ` https://npm.jsr.io ` , so you don't need to do anything
93
- special to use JSR packages with these package managers.
96
+ Recent versions of ` yarn ` , ` pnpm ` and ` vlt ` automatically configure pull
97
+ packages in the ` @jsr ` scope from ` https://npm.jsr.io ` , so you don't need to do
98
+ anything special to use JSR packages with these package managers.
94
99
95
100
For other package managers, and older versions of ` yarn ` and ` pnpm ` , you need to
96
101
configure your package manager to use the JSR registry to install JSR packages.
0 commit comments