@@ -687,23 +687,6 @@ results in no commit being made at all.
687
687
<!-- automatically generated, do not edit manually -->
688
688
<!-- see lib/utils/config/definitions.js -->
689
689
690
- #### ` global `
691
-
692
- * Default: false
693
- * Type: Boolean
694
-
695
- Operates in "global" mode, so that packages are installed into the ` prefix `
696
- folder instead of the current working directory. See
697
- [ folders] ( /configuring-npm/folders ) for more on the differences in behavior.
698
-
699
- * packages are installed into the ` {prefix}/lib/node_modules ` folder, instead
700
- of the current working directory.
701
- * bin files are linked to ` {prefix}/bin `
702
- * man pages are linked to ` {prefix}/share/man `
703
-
704
- <!-- automatically generated, do not edit manually -->
705
- <!-- see lib/utils/config/definitions.js -->
706
-
707
690
#### ` global-style `
708
691
709
692
* Default: false
@@ -1001,6 +984,15 @@ npm registry. Must be IPv4 in versions of Node prior to 0.12.
1001
984
1002
985
When passed to ` npm config ` this refers to which config file to use.
1003
986
987
+ When set to "global" mode, packages are installed into the ` prefix ` folder
988
+ instead of the current working directory. See
989
+ [ folders] ( /configuring-npm/folders ) for more on the differences in behavior.
990
+
991
+ * packages are installed into the ` {prefix}/lib/node_modules ` folder, instead
992
+ of the current working directory.
993
+ * bin files are linked to ` {prefix}/bin `
994
+ * man pages are linked to ` {prefix}/share/man `
995
+
1004
996
<!-- automatically generated, do not edit manually -->
1005
997
<!-- see lib/utils/config/definitions.js -->
1006
998
@@ -1941,6 +1933,25 @@ Alias for `--include=dev`.
1941
1933
<!-- automatically generated, do not edit manually -->
1942
1934
<!-- see lib/utils/config/definitions.js -->
1943
1935
1936
+ #### ` global `
1937
+
1938
+ * Default: false
1939
+ * Type: Boolean
1940
+ * DEPRECATED: ` --global ` , ` --local ` are deprecated. Use ` --location=global `
1941
+ instead.
1942
+
1943
+ Operates in "global" mode, so that packages are installed into the ` prefix `
1944
+ folder instead of the current working directory. See
1945
+ [ folders] ( /configuring-npm/folders ) for more on the differences in behavior.
1946
+
1947
+ * packages are installed into the ` {prefix}/lib/node_modules ` folder, instead
1948
+ of the current working directory.
1949
+ * bin files are linked to ` {prefix}/bin `
1950
+ * man pages are linked to ` {prefix}/share/man `
1951
+
1952
+ <!-- automatically generated, do not edit manually -->
1953
+ <!-- see lib/utils/config/definitions.js -->
1954
+
1944
1955
#### ` init.author.email `
1945
1956
1946
1957
* Default: ""
0 commit comments