Skip to content

Commit

Permalink
Update cli-installcli.md
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Aimino <[email protected]>
  • Loading branch information
aimmta committed Oct 28, 2021
1 parent 6bbfcb0 commit 862d2f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide/cli-installcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ If you do not have internet access at your site, use the following method to ins

1. Address the following software requirements for the core CLI:
- **Node.js:** Install a currently supported Node.js LTS version. For an up-to-date list of supported LTS versions, see [Nodejs.org](https://nodejs.org/en/about/releases/).
:::
:::tip
You might need to restart the command prompt after installing Node.js. Issue the command `node --version` to verify that Node.js is installed.
:::

- **npm:** Install a version of Node Package Manager (npm) that is compatible with your version of Node.js.
:::
:::tip
Npm is included with most Node.js installations. Issue the command `npm --version` to check your current version. You can reference the [Node.js release matrix](https://nodejs.org/en/download/releases/) to verify that the versions are compatible.
:::

:::
:::note
If you are using Node.js version 16 with npm version 8 on Windows, wish to install from the TGZ, and have limited Internet access, refer to [Installing Zowe CLI with Node.js 16 on Windows](cli-install-cli-nodejs-windows.md).
:::

Expand Down

0 comments on commit 862d2f4

Please sign in to comment.