Skip to content

Commit fb18e60

Browse files
authored
Update cli.md
1 parent 5129bd5 commit fb18e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Ionic command-line interface ([CLI](/docs/reference/glossary#cli)) is the go
1515

1616
## Installation
1717

18-
The Ionic CLI 7 can be installed globally with npm:
18+
The Ionic CLI can be installed globally with npm:
1919

2020
```shell
2121
npm install -g @ionic/cli
@@ -47,7 +47,7 @@ The Ionic CLI is built with [TypeScript](/docs/reference/glossary#typescript) an
4747

4848
To troubleshoot issues with the Ionic CLI, the following may be useful:
4949

50-
- Make sure the latest version of the Ionic CLI is installed. Get the installed version by running `ionic --version`.
50+
- Make sure the latest version of the Ionic CLI is installed. Get the installed Ionic CLI version by running `ionic --version`. Ionic CLI version is not related with Ionic version.
5151
- Make sure the latest Node LTS is installed. See [Node & npm](/docs/intro/environment#node-npm) environment setup.
5252
- The `--verbose` flag prints debugging messages, which may narrow down the issue.
5353
- Connection issues may be due to improperly configured proxy settings. See [Using a Proxy](/docs/cli/using-a-proxy) to configure request proxying.

0 commit comments

Comments
 (0)