| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -109,13 +109,13 @@ folder instead of the current working directory. See | |||
| 109 | 109 | #### `install-strategy` | |
| 110 | 110 | ||
| 111 | 111 | * Default: "hoisted" | |
| 112 | - * Type: "hoisted", "nested", or "shallow" | ||
| 112 | + * Type: "hoisted", "nested", "shallow", or "linked" | ||
| 113 | 113 | ||
| 114 | 114 | Sets the strategy for installing packages in node_modules. hoisted | |
| 115 | 115 | (default): Install non-duplicated in top-level, and duplicated as necessary | |
| 116 | 116 | within directory structure. nested: (formerly --legacy-bundling) install in | |
| 117 | 117 | place, no hoisting. shallow (formerly --global-style) only install direct | |
| 118 | - deps at top-level. linked: (coming soon) install in node_modules/.store, | ||
| 118 | + deps at top-level. linked: (experimental) install in node_modules/.store, | ||
| 119 | 119 | link in place, unhoisted. | |
| 120 | 120 | ||
| 121 | 121 | #### `legacy-bundling` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -80,13 +80,13 @@ values in `package.json` you can run: `npm update --save` instead. | |||
| 80 | 80 | #### `install-strategy` | |
| 81 | 81 | ||
| 82 | 82 | * Default: "hoisted" | |
| 83 | - * Type: "hoisted", "nested", or "shallow" | ||
| 83 | + * Type: "hoisted", "nested", "shallow", or "linked" | ||
| 84 | 84 | ||
| 85 | 85 | Sets the strategy for installing packages in node_modules. hoisted | |
| 86 | 86 | (default): Install non-duplicated in top-level, and duplicated as necessary | |
| 87 | 87 | within directory structure. nested: (formerly --legacy-bundling) install in | |
| 88 | 88 | place, no hoisting. shallow (formerly --global-style) only install direct | |
| 89 | - deps at top-level. linked: (coming soon) install in node_modules/.store, | ||
| 89 | + deps at top-level. linked: (experimental) install in node_modules/.store, | ||
| 90 | 90 | link in place, unhoisted. | |
| 91 | 91 | ||
| 92 | 92 | #### `legacy-bundling` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,13 +20,13 @@ duplications, without actually changing the package tree. | |||
| 20 | 20 | #### `install-strategy` | |
| 21 | 21 | ||
| 22 | 22 | * Default: "hoisted" | |
| 23 | - * Type: "hoisted", "nested", or "shallow" | ||
| 23 | + * Type: "hoisted", "nested", "shallow", or "linked" | ||
| 24 | 24 | ||
| 25 | 25 | Sets the strategy for installing packages in node_modules. hoisted | |
| 26 | 26 | (default): Install non-duplicated in top-level, and duplicated as necessary | |
| 27 | 27 | within directory structure. nested: (formerly --legacy-bundling) install in | |
| 28 | 28 | place, no hoisting. shallow (formerly --global-style) only install direct | |
| 29 | - deps at top-level. linked: (coming soon) install in node_modules/.store, | ||
| 29 | + deps at top-level. linked: (experimental) install in node_modules/.store, | ||
| 30 | 30 | link in place, unhoisted. | |
| 31 | 31 | ||
| 32 | 32 | #### `legacy-bundling` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,13 +55,13 @@ folder instead of the current working directory. See | |||
| 55 | 55 | #### `install-strategy` | |
| 56 | 56 | ||
| 57 | 57 | * Default: "hoisted" | |
| 58 | - * Type: "hoisted", "nested", or "shallow" | ||
| 58 | + * Type: "hoisted", "nested", "shallow", or "linked" | ||
| 59 | 59 | ||
| 60 | 60 | Sets the strategy for installing packages in node_modules. hoisted | |
| 61 | 61 | (default): Install non-duplicated in top-level, and duplicated as necessary | |
| 62 | 62 | within directory structure. nested: (formerly --legacy-bundling) install in | |
| 63 | 63 | place, no hoisting. shallow (formerly --global-style) only install direct | |
| 64 | - deps at top-level. linked: (coming soon) install in node_modules/.store, | ||
| 64 | + deps at top-level. linked: (experimental) install in node_modules/.store, | ||
| 65 | 65 | link in place, unhoisted. | |
| 66 | 66 | ||
| 67 | 67 | #### `legacy-bundling` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -56,13 +56,13 @@ folder instead of the current working directory. See | |||
| 56 | 56 | #### `install-strategy` | |
| 57 | 57 | ||
| 58 | 58 | * Default: "hoisted" | |
| 59 | - * Type: "hoisted", "nested", or "shallow" | ||
| 59 | + * Type: "hoisted", "nested", "shallow", or "linked" | ||
| 60 | 60 | ||
| 61 | 61 | Sets the strategy for installing packages in node_modules. hoisted | |
| 62 | 62 | (default): Install non-duplicated in top-level, and duplicated as necessary | |
| 63 | 63 | within directory structure. nested: (formerly --legacy-bundling) install in | |
| 64 | 64 | place, no hoisting. shallow (formerly --global-style) only install direct | |
| 65 | - deps at top-level. linked: (coming soon) install in node_modules/.store, | ||
| 65 | + deps at top-level. linked: (experimental) install in node_modules/.store, | ||
| 66 | 66 | link in place, unhoisted. | |
| 67 | 67 | ||
| 68 | 68 | #### `legacy-bundling` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -446,13 +446,13 @@ folder instead of the current working directory. See | |||
| 446 | 446 | #### `install-strategy` | |
| 447 | 447 | ||
| 448 | 448 | * Default: "hoisted" | |
| 449 | - * Type: "hoisted", "nested", or "shallow" | ||
| 449 | + * Type: "hoisted", "nested", "shallow", or "linked" | ||
| 450 | 450 | ||
| 451 | 451 | Sets the strategy for installing packages in node_modules. hoisted | |
| 452 | 452 | (default): Install non-duplicated in top-level, and duplicated as necessary | |
| 453 | 453 | within directory structure. nested: (formerly --legacy-bundling) install in | |
| 454 | 454 | place, no hoisting. shallow (formerly --global-style) only install direct | |
| 455 | - deps at top-level. linked: (coming soon) install in node_modules/.store, | ||
| 455 | + deps at top-level. linked: (experimental) install in node_modules/.store, | ||
| 456 | 456 | link in place, unhoisted. | |
| 457 | 457 | ||
| 458 | 458 | #### `legacy-bundling` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -147,13 +147,13 @@ folder instead of the current working directory. See | |||
| 147 | 147 | #### `install-strategy` | |
| 148 | 148 | ||
| 149 | 149 | * Default: "hoisted" | |
| 150 | - * Type: "hoisted", "nested", or "shallow" | ||
| 150 | + * Type: "hoisted", "nested", "shallow", or "linked" | ||
| 151 | 151 | ||
| 152 | 152 | Sets the strategy for installing packages in node_modules. hoisted | |
| 153 | 153 | (default): Install non-duplicated in top-level, and duplicated as necessary | |
| 154 | 154 | within directory structure. nested: (formerly --legacy-bundling) install in | |
| 155 | 155 | place, no hoisting. shallow (formerly --global-style) only install direct | |
| 156 | - deps at top-level. linked: (coming soon) install in node_modules/.store, | ||
| 156 | + deps at top-level. linked: (experimental) install in node_modules/.store, | ||
| 157 | 157 | link in place, unhoisted. | |
| 158 | 158 | ||
| 159 | 159 | #### `legacy-bundling` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For | |||
| 27 | 27 | example, running `npm ls promzard` in npm's source tree will show: | |
| 28 | 28 | ||
| 29 | 29 | ```bash | |
| 30 | - npm@9.3.1 /path/to/npm | ||
| 30 | + npm@9.4.0 /path/to/npm | ||
| 31 | 31 | └─┬ init-package-json@0.0.4 | |
| 32 | 32 | └── promzard@0.1.5 | |
| 33 | 33 | ``` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -186,13 +186,13 @@ folder instead of the current working directory. See | |||
| 186 | 186 | #### `install-strategy` | |
| 187 | 187 | ||
| 188 | 188 | * Default: "hoisted" | |
| 189 | - * Type: "hoisted", "nested", or "shallow" | ||
| 189 | + * Type: "hoisted", "nested", "shallow", or "linked" | ||
| 190 | 190 | ||
| 191 | 191 | Sets the strategy for installing packages in node_modules. hoisted | |
| 192 | 192 | (default): Install non-duplicated in top-level, and duplicated as necessary | |
| 193 | 193 | within directory structure. nested: (formerly --legacy-bundling) install in | |
| 194 | 194 | place, no hoisting. shallow (formerly --global-style) only install direct | |
| 195 | - deps at top-level. linked: (coming soon) install in node_modules/.store, | ||
| 195 | + deps at top-level. linked: (experimental) install in node_modules/.store, | ||
| 196 | 196 | link in place, unhoisted. | |
| 197 | 197 | ||
| 198 | 198 | #### `legacy-bundling` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces. | |||
| 14 | 14 | ||
| 15 | 15 | ### Version | |
| 16 | 16 | ||
| 17 | - 9.3.1 | ||
| 17 | + 9.4.0 | ||
| 18 | 18 | ||
| 19 | 19 | ### Description | |
| 20 | 20 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments