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 063d82b commit 2de8541Copy full SHA for 2de8541
docs/feature-comparison.md
@@ -6,7 +6,7 @@ title: Feature Comparison
6
| Feature |pnpm |Yarn |npm | Notes |
7
| --- |:--: |:--: |:--: | --- |
8
| Workspace support |:white_check_mark:|:white_check_mark:|:white_check_mark:|
9
-| Isolated `node_modules` |:white_check_mark:|:white_check_mark:|:x: | Default in pnpm. |
+| Isolated `node_modules` |:white_check_mark:|:white_check_mark:|:white_check_mark:| Default in pnpm. |
10
| Hoisted `node_modules` |:white_check_mark:|:white_check_mark:|:white_check_mark:| Default in npm. |
11
| Plug'n'Play |:white_check_mark:|:white_check_mark:|:x: | Default in Yarn. |
12
| Autoinstalling peers |:white_check_mark:|:x: |:white_check_mark:|
0 commit comments