@@ -8,7 +8,7 @@ title: Feature Comparison
8
8
| Workspace support | ✔️ | ✔️ | ✔️ |
9
9
| Isolated ` node_modules ` | ✔️ | ✔️ | ✔️ | For pnpm this is the default one |
10
10
| Hoisted ` node_modules ` | ✔️ | ✔️ | ✔️ | For npm this is the default one |
11
- | Autoinstalling peers | ✔️ | ✔️ | ✔️ |
11
+ | Autoinstalling peers | ✔️ | ❌ | ✔️ |
12
12
| Plug'n'Play | ✔️ | ✔️ | ❌| For Yarn this is the default one |
13
13
| Zero-Installs | ❌| ✔️ | ❌|
14
14
| Patching dependencies | ✔️ | ✔️ | ❌|
@@ -22,12 +22,12 @@ title: Feature Comparison
22
22
| [ Catalogs] | ✔️ | ❌| ❌|
23
23
| [ Config dependencies] | ✔️ | ❌| ❌|
24
24
| [ JSR registry support] | ✔️ | ✔️ | ❌|
25
- | [ Running install automatically before runnings scripts] | ✔️ | ❌| ❌| In case of Yarn, if Plug'n'Play is used, dependencies are always up-to-date |
25
+ | [ Running install automatically before running scripts] | ✔️ | ❌| ❌| In case of Yarn, if Plug'n'Play is used, dependencies are always up-to-date |
26
26
| [ Hooks] | ✔️ | ✔️ | ❌|
27
27
| Listing licenses | ✔️ | ✔️ | ❌| pnpm supports it via ` pnpm licenses list ` . Yarn has a plugin for it. |
28
28
29
29
[ Catalogs ] : ./catalogs.md
30
30
[ Config dependencies ] : ./config-dependencies.md
31
31
[ JSR registry support ] : ./cli/add.md#install-from-the-jsr-registry
32
- [ Running install automatically before runnings scripts ] : ./settings.md#verifydepsbeforerun
32
+ [ Running install automatically before running scripts ] : ./settings.md#verifydepsbeforerun
33
33
[ hooks ] : ./pnpmfile.md
0 commit comments