@@ -560,6 +560,23 @@ results in no commit being made at all.
|
560 | 560 | <!-- automatically generated, do not edit manually -->
|
561 | 561 | <!-- see lib/utils/config/definitions.js -->
|
562 | 562 |
|
| 563 | +#### \`global\` |
| 564 | +
|
| 565 | +* Default: false |
| 566 | +* Type: Boolean |
| 567 | +
|
| 568 | +Operates in "global" mode, so that packages are installed into the \`prefix\` |
| 569 | +folder instead of the current working directory. See |
| 570 | +[folders](/configuring-npm/folders) for more on the differences in behavior. |
| 571 | +
|
| 572 | +* packages are installed into the \`{prefix}/lib/node_modules\` folder, instead |
| 573 | +of the current working directory. |
| 574 | +* bin files are linked to \`{prefix}/bin\` |
| 575 | +* man pages are linked to \`{prefix}/share/man\` |
| 576 | +
|
| 577 | +<!-- automatically generated, do not edit manually --> |
| 578 | +<!-- see lib/utils/config/definitions.js --> |
| 579 | +
|
563 | 580 | #### \`global-style\`
|
564 | 581 |
|
565 | 582 | * Default: false
|
@@ -1808,25 +1825,6 @@ Alias for \`--include=dev\`.
|
1808 | 1825 | <!-- automatically generated, do not edit manually -->
|
1809 | 1826 | <!-- see lib/utils/config/definitions.js -->
|
1810 | 1827 |
|
1811 |
| -#### \`global\` |
1812 |
| -
|
1813 |
| -* Default: false |
1814 |
| -* Type: Boolean |
1815 |
| -* DEPRECATED: \`--global\`, \`--local\` are deprecated. Use \`--location=global\` |
1816 |
| -instead. |
1817 |
| -
|
1818 |
| -Operates in "global" mode, so that packages are installed into the \`prefix\` |
1819 |
| -folder instead of the current working directory. See |
1820 |
| -[folders](/configuring-npm/folders) for more on the differences in behavior. |
1821 |
| -
|
1822 |
| -* packages are installed into the \`{prefix}/lib/node_modules\` folder, instead |
1823 |
| -of the current working directory. |
1824 |
| -* bin files are linked to \`{prefix}/bin\` |
1825 |
| -* man pages are linked to \`{prefix}/share/man\` |
1826 |
| -
|
1827 |
| -<!-- automatically generated, do not edit manually --> |
1828 |
| -<!-- see lib/utils/config/definitions.js --> |
1829 |
| -
|
1830 | 1828 | #### \`init.author.email\`
|
1831 | 1829 |
|
1832 | 1830 | * Default: ""
|
|
0 commit comments