From fd252e59ebe6776f437bf8ef6cae232c8176f61f Mon Sep 17 00:00:00 2001 From: Adam Basha <110662505+Bashamega@users.noreply.github.com> Date: Sat, 5 Apr 2025 08:06:10 +0000 Subject: [PATCH] feat: change "OS X" to be "macOS" --- content/cli/v10/commands/npm-bugs.mdx | 2 +- content/cli/v10/commands/npm-docs.mdx | 2 +- content/cli/v10/commands/npm-fund.mdx | 2 +- content/cli/v10/commands/npm-repo.mdx | 2 +- content/cli/v10/configuring-npm/install.mdx | 4 ++-- content/cli/v10/using-npm/config.mdx | 2 +- content/cli/v11/commands/npm-bugs.mdx | 2 +- content/cli/v11/commands/npm-docs.mdx | 2 +- content/cli/v11/commands/npm-fund.mdx | 2 +- content/cli/v11/commands/npm-repo.mdx | 2 +- content/cli/v11/configuring-npm/install.mdx | 4 ++-- content/cli/v11/using-npm/config.mdx | 2 +- content/cli/v6/commands/npm-bugs.mdx | 2 +- content/cli/v6/commands/npm-docs.mdx | 2 +- content/cli/v6/commands/npm-fund.mdx | 2 +- content/cli/v6/commands/npm-repo.mdx | 2 +- content/cli/v6/configuring-npm/install.mdx | 4 ++-- content/cli/v6/using-npm/config.mdx | 2 +- content/cli/v7/commands/npm-bugs.mdx | 2 +- content/cli/v7/commands/npm-docs.mdx | 2 +- content/cli/v7/commands/npm-fund.mdx | 2 +- content/cli/v7/commands/npm-repo.mdx | 2 +- content/cli/v7/configuring-npm/install.mdx | 4 ++-- content/cli/v7/using-npm/config.mdx | 2 +- content/cli/v8/commands/npm-bugs.mdx | 2 +- content/cli/v8/commands/npm-docs.mdx | 2 +- content/cli/v8/commands/npm-fund.mdx | 2 +- content/cli/v8/commands/npm-repo.mdx | 2 +- content/cli/v8/configuring-npm/install.mdx | 4 ++-- content/cli/v8/using-npm/config.mdx | 2 +- content/cli/v9/commands/npm-bugs.mdx | 2 +- content/cli/v9/commands/npm-docs.mdx | 2 +- content/cli/v9/commands/npm-fund.mdx | 2 +- content/cli/v9/commands/npm-repo.mdx | 2 +- content/cli/v9/configuring-npm/install.mdx | 4 ++-- content/cli/v9/using-npm/config.mdx | 2 +- .../downloading-and-installing-node-js-and-npm.mdx | 4 ++-- .../troubleshooting/try-the-latest-stable-version-of-npm.mdx | 2 +- 38 files changed, 45 insertions(+), 45 deletions(-) diff --git a/content/cli/v10/commands/npm-bugs.mdx b/content/cli/v10/commands/npm-bugs.mdx index 0d10583688b..54f5cb1dc3c 100644 --- a/content/cli/v10/commands/npm-bugs.mdx +++ b/content/cli/v10/commands/npm-bugs.mdx @@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's bug tracker UR #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v10/commands/npm-docs.mdx b/content/cli/v10/commands/npm-docs.mdx index 63ff3a8e5f6..1e8d1ab3f67 100644 --- a/content/cli/v10/commands/npm-docs.mdx +++ b/content/cli/v10/commands/npm-docs.mdx @@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's documentation #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v10/commands/npm-fund.mdx b/content/cli/v10/commands/npm-fund.mdx index 7b5fcc735bb..c0c3c192573 100644 --- a/content/cli/v10/commands/npm-fund.mdx +++ b/content/cli/v10/commands/npm-fund.mdx @@ -80,7 +80,7 @@ Not supported by all npm commands. #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v10/commands/npm-repo.mdx b/content/cli/v10/commands/npm-repo.mdx index c43b36fff49..5d12aea7001 100644 --- a/content/cli/v10/commands/npm-repo.mdx +++ b/content/cli/v10/commands/npm-repo.mdx @@ -33,7 +33,7 @@ This command tries to guess at the likely location of a package's repository URL #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v10/configuring-npm/install.mdx b/content/cli/v10/configuring-npm/install.mdx index f7cfe768b87..d26ee2db6bb 100644 --- a/content/cli/v10/configuring-npm/install.mdx +++ b/content/cli/v10/configuring-npm/install.mdx @@ -41,9 +41,9 @@ If you are unable to use a Node version manager, you can use a Node installer to - [Node.js installer](https://nodejs.org/en/download/) - [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer. -#### OS X or Windows Node installers +#### macOS or Windows Node installers -If you're using OS X or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. +If you're using macOS or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. #### Linux or other operating systems Node installers diff --git a/content/cli/v10/using-npm/config.mdx b/content/cli/v10/using-npm/config.mdx index 6b5c85ec823..24418dcc145 100644 --- a/content/cli/v10/using-npm/config.mdx +++ b/content/cli/v10/using-npm/config.mdx @@ -182,7 +182,7 @@ Set to false to have it not do this. This can be used to work around the fact th #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v11/commands/npm-bugs.mdx b/content/cli/v11/commands/npm-bugs.mdx index 2bb1d3903e8..c58d99f0c7a 100644 --- a/content/cli/v11/commands/npm-bugs.mdx +++ b/content/cli/v11/commands/npm-bugs.mdx @@ -51,7 +51,7 @@ This command tries to guess at the likely location of a package's bug tracker UR #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v11/commands/npm-docs.mdx b/content/cli/v11/commands/npm-docs.mdx index 8084b4dbf64..85b3522c631 100644 --- a/content/cli/v11/commands/npm-docs.mdx +++ b/content/cli/v11/commands/npm-docs.mdx @@ -51,7 +51,7 @@ This command tries to guess at the likely location of a package's documentation #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v11/commands/npm-fund.mdx b/content/cli/v11/commands/npm-fund.mdx index e30fd5b8621..ada5d145431 100644 --- a/content/cli/v11/commands/npm-fund.mdx +++ b/content/cli/v11/commands/npm-fund.mdx @@ -96,7 +96,7 @@ Not supported by all npm commands. #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v11/commands/npm-repo.mdx b/content/cli/v11/commands/npm-repo.mdx index 3c56c8d74d8..3a553cc01c0 100644 --- a/content/cli/v11/commands/npm-repo.mdx +++ b/content/cli/v11/commands/npm-repo.mdx @@ -49,7 +49,7 @@ This command tries to guess at the likely location of a package's repository URL #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v11/configuring-npm/install.mdx b/content/cli/v11/configuring-npm/install.mdx index 88eafc01bcc..7b4df1e4955 100644 --- a/content/cli/v11/configuring-npm/install.mdx +++ b/content/cli/v11/configuring-npm/install.mdx @@ -47,9 +47,9 @@ If you are unable to use a Node version manager, you can use a Node installer to - [Node.js installer](https://nodejs.org/en/download/) - [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer. -#### OS X or Windows Node installers +#### macOS or Windows Node installers -If you're using OS X or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. +If you're using macOS or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. #### Linux or other operating systems Node installers diff --git a/content/cli/v11/using-npm/config.mdx b/content/cli/v11/using-npm/config.mdx index 837910314fb..675597abce1 100644 --- a/content/cli/v11/using-npm/config.mdx +++ b/content/cli/v11/using-npm/config.mdx @@ -188,7 +188,7 @@ Set to false to have it not do this. This can be used to work around the fact th #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v6/commands/npm-bugs.mdx b/content/cli/v6/commands/npm-bugs.mdx index 6ac90f82817..01743efe416 100644 --- a/content/cli/v6/commands/npm-bugs.mdx +++ b/content/cli/v6/commands/npm-bugs.mdx @@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's bug tracker UR #### browser -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: String The browser that is called by the `npm bugs` command to open websites. diff --git a/content/cli/v6/commands/npm-docs.mdx b/content/cli/v6/commands/npm-docs.mdx index 222999b195d..ecd69ed2bfd 100644 --- a/content/cli/v6/commands/npm-docs.mdx +++ b/content/cli/v6/commands/npm-docs.mdx @@ -36,7 +36,7 @@ This command tries to guess at the likely location of a package's documentation #### browser -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: String The browser that is called by the `npm docs` command to open websites. diff --git a/content/cli/v6/commands/npm-fund.mdx b/content/cli/v6/commands/npm-fund.mdx index 35c8e3accc5..47df11edb59 100644 --- a/content/cli/v6/commands/npm-fund.mdx +++ b/content/cli/v6/commands/npm-fund.mdx @@ -35,7 +35,7 @@ The list will avoid duplicated entries and will stack all packages that share th #### browser -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: String The browser that is called by the `npm fund` command to open websites. diff --git a/content/cli/v6/commands/npm-repo.mdx b/content/cli/v6/commands/npm-repo.mdx index 870b5af1f98..24ec6d2e16a 100644 --- a/content/cli/v6/commands/npm-repo.mdx +++ b/content/cli/v6/commands/npm-repo.mdx @@ -33,7 +33,7 @@ This command tries to guess at the likely location of a package's repository URL #### browser -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: String The browser that is called by the `npm repo` command to open websites. diff --git a/content/cli/v6/configuring-npm/install.mdx b/content/cli/v6/configuring-npm/install.mdx index 9c55542a43e..63e6967c674 100644 --- a/content/cli/v6/configuring-npm/install.mdx +++ b/content/cli/v6/configuring-npm/install.mdx @@ -51,9 +51,9 @@ If you are unable to use a Node version manager, you can use a Node installer to - [Node.js installer](https://nodejs.org/en/download/) - [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer. -#### OS X or Windows Node installers +#### macOS or Windows Node installers -If you're using OS X or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. +If you're using macOS or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. #### Linux or other operating systems Node installers diff --git a/content/cli/v6/using-npm/config.mdx b/content/cli/v6/using-npm/config.mdx index cf78c376fcc..5a769847916 100644 --- a/content/cli/v6/using-npm/config.mdx +++ b/content/cli/v6/using-npm/config.mdx @@ -185,7 +185,7 @@ Set to false to have it not do this. This can be used to work around the fact th #### browser -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: String The browser that is called by the `npm docs` command to open websites. diff --git a/content/cli/v7/commands/npm-bugs.mdx b/content/cli/v7/commands/npm-bugs.mdx index 1247dfbd6fe..1cd87f475f1 100644 --- a/content/cli/v7/commands/npm-bugs.mdx +++ b/content/cli/v7/commands/npm-bugs.mdx @@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's bug tracker UR #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v7/commands/npm-docs.mdx b/content/cli/v7/commands/npm-docs.mdx index ec4f09cdf77..8303490aff3 100644 --- a/content/cli/v7/commands/npm-docs.mdx +++ b/content/cli/v7/commands/npm-docs.mdx @@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's documentation #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v7/commands/npm-fund.mdx b/content/cli/v7/commands/npm-fund.mdx index 1f12d05ec4a..3640946d200 100644 --- a/content/cli/v7/commands/npm-fund.mdx +++ b/content/cli/v7/commands/npm-fund.mdx @@ -81,7 +81,7 @@ Not supported by all npm commands. #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v7/commands/npm-repo.mdx b/content/cli/v7/commands/npm-repo.mdx index be210fd9935..bbd682c1387 100644 --- a/content/cli/v7/commands/npm-repo.mdx +++ b/content/cli/v7/commands/npm-repo.mdx @@ -33,7 +33,7 @@ This command tries to guess at the likely location of a package's repository URL #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v7/configuring-npm/install.mdx b/content/cli/v7/configuring-npm/install.mdx index 70d316efe29..a38b0ab276b 100644 --- a/content/cli/v7/configuring-npm/install.mdx +++ b/content/cli/v7/configuring-npm/install.mdx @@ -51,9 +51,9 @@ If you are unable to use a Node version manager, you can use a Node installer to - [Node.js installer](https://nodejs.org/en/download/) - [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer. -#### OS X or Windows Node installers +#### macOS or Windows Node installers -If you're using OS X or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. +If you're using macOS or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. #### Linux or other operating systems Node installers diff --git a/content/cli/v7/using-npm/config.mdx b/content/cli/v7/using-npm/config.mdx index a22df73dd78..2085e02b9df 100644 --- a/content/cli/v7/using-npm/config.mdx +++ b/content/cli/v7/using-npm/config.mdx @@ -170,7 +170,7 @@ Set to false to have it not do this. This can be used to work around the fact th #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v8/commands/npm-bugs.mdx b/content/cli/v8/commands/npm-bugs.mdx index b6aa949e6a2..4343c285c1f 100644 --- a/content/cli/v8/commands/npm-bugs.mdx +++ b/content/cli/v8/commands/npm-bugs.mdx @@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's bug tracker UR #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v8/commands/npm-docs.mdx b/content/cli/v8/commands/npm-docs.mdx index da7cf30b751..db917f66700 100644 --- a/content/cli/v8/commands/npm-docs.mdx +++ b/content/cli/v8/commands/npm-docs.mdx @@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's documentation #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v8/commands/npm-fund.mdx b/content/cli/v8/commands/npm-fund.mdx index c4d647176fa..e28279a6b9e 100644 --- a/content/cli/v8/commands/npm-fund.mdx +++ b/content/cli/v8/commands/npm-fund.mdx @@ -80,7 +80,7 @@ Not supported by all npm commands. #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v8/commands/npm-repo.mdx b/content/cli/v8/commands/npm-repo.mdx index 6aeb5da0f37..9d35bb8052a 100644 --- a/content/cli/v8/commands/npm-repo.mdx +++ b/content/cli/v8/commands/npm-repo.mdx @@ -33,7 +33,7 @@ This command tries to guess at the likely location of a package's repository URL #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v8/configuring-npm/install.mdx b/content/cli/v8/configuring-npm/install.mdx index 8300e079c62..8c7ef517467 100644 --- a/content/cli/v8/configuring-npm/install.mdx +++ b/content/cli/v8/configuring-npm/install.mdx @@ -51,9 +51,9 @@ If you are unable to use a Node version manager, you can use a Node installer to - [Node.js installer](https://nodejs.org/en/download/) - [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer. -#### OS X or Windows Node installers +#### macOS or Windows Node installers -If you're using OS X or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. +If you're using macOS or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. #### Linux or other operating systems Node installers diff --git a/content/cli/v8/using-npm/config.mdx b/content/cli/v8/using-npm/config.mdx index a6ba410a8d6..92e8cc650bb 100644 --- a/content/cli/v8/using-npm/config.mdx +++ b/content/cli/v8/using-npm/config.mdx @@ -180,7 +180,7 @@ Set to false to have it not do this. This can be used to work around the fact th #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v9/commands/npm-bugs.mdx b/content/cli/v9/commands/npm-bugs.mdx index b4337bfbed2..9cd9efb4d1e 100644 --- a/content/cli/v9/commands/npm-bugs.mdx +++ b/content/cli/v9/commands/npm-bugs.mdx @@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's bug tracker UR #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v9/commands/npm-docs.mdx b/content/cli/v9/commands/npm-docs.mdx index 3a73fbca649..a7499c2ed93 100644 --- a/content/cli/v9/commands/npm-docs.mdx +++ b/content/cli/v9/commands/npm-docs.mdx @@ -35,7 +35,7 @@ This command tries to guess at the likely location of a package's documentation #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v9/commands/npm-fund.mdx b/content/cli/v9/commands/npm-fund.mdx index 9bc8c829cac..da34bda5e2e 100644 --- a/content/cli/v9/commands/npm-fund.mdx +++ b/content/cli/v9/commands/npm-fund.mdx @@ -80,7 +80,7 @@ Not supported by all npm commands. #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v9/commands/npm-repo.mdx b/content/cli/v9/commands/npm-repo.mdx index b9a0d976039..24ec7f7194f 100644 --- a/content/cli/v9/commands/npm-repo.mdx +++ b/content/cli/v9/commands/npm-repo.mdx @@ -33,7 +33,7 @@ This command tries to guess at the likely location of a package's repository URL #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/cli/v9/configuring-npm/install.mdx b/content/cli/v9/configuring-npm/install.mdx index 70092399a6d..b45ddb4e4f6 100644 --- a/content/cli/v9/configuring-npm/install.mdx +++ b/content/cli/v9/configuring-npm/install.mdx @@ -41,9 +41,9 @@ If you are unable to use a Node version manager, you can use a Node installer to - [Node.js installer](https://nodejs.org/en/download/) - [NodeSource installer](https://github.com/nodesource/distributions). If you use Linux, we recommend that you use a NodeSource installer. -#### OS X or Windows Node installers +#### macOS or Windows Node installers -If you're using OS X or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. +If you're using macOS or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. #### Linux or other operating systems Node installers diff --git a/content/cli/v9/using-npm/config.mdx b/content/cli/v9/using-npm/config.mdx index dfdd8f07d99..95cd320a329 100644 --- a/content/cli/v9/using-npm/config.mdx +++ b/content/cli/v9/using-npm/config.mdx @@ -180,7 +180,7 @@ Set to false to have it not do this. This can be used to work around the fact th #### `browser` -- Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` +- Default: macOS: `"open"`, Windows: `"start"`, Others: `"xdg-open"` - Type: null, Boolean, or String The browser that is called by npm commands to open websites. diff --git a/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx b/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx index 03173683a96..1cf4bf24ac4 100644 --- a/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx +++ b/content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx @@ -54,9 +54,9 @@ If you are unable to use a Node version manager, you can use a Node installer to If you use Linux, we recommend that you use a NodeSource installer. -### OS X or Windows Node installers +### macOS or Windows Node installers -If you're using OS X or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. +If you're using macOS or Windows, use one of the installers from the [Node.js download page](https://nodejs.org/en/download/). Be sure to install the version labeled **LTS**. Other versions have not yet been tested with npm. ### Linux or other operating systems Node installers diff --git a/content/getting-started/troubleshooting/try-the-latest-stable-version-of-npm.mdx b/content/getting-started/troubleshooting/try-the-latest-stable-version-of-npm.mdx index dc8b1417dc7..9b468f7c62c 100644 --- a/content/getting-started/troubleshooting/try-the-latest-stable-version-of-npm.mdx +++ b/content/getting-started/troubleshooting/try-the-latest-stable-version-of-npm.mdx @@ -12,7 +12,7 @@ npm -v ## Upgrading on `*nix` (OSX, Linux, etc.) -_(You may need to prefix these commands with `sudo`, especially on Linux, or OS X if you installed Node using its default installer.)_ +_(You may need to prefix these commands with `sudo`, especially on Linux, or macOS if you installed Node using its default installer.)_ You can upgrade to the latest version of npm using: