From 2f21b303f0e5dbe88f8e40d51a51df0348b025f3 Mon Sep 17 00:00:00 2001 From: Artur Kyryliuk Date: Thu, 3 Apr 2025 20:26:20 +0200 Subject: [PATCH 1/4] Specified current major version Docs v8 says it will install v8 but it installs v7 as v8 cli was never released. --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index a75302d0937..d0cec0a15ad 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -15,7 +15,7 @@ The Ionic command-line interface ([CLI](/docs/reference/glossary#cli)) is the go ## Installation -The Ionic CLI can be installed globally with npm: +The Ionic CLI 7 can be installed globally with npm: ```shell npm install -g @ionic/cli From fb18e6067e1694a003d1e37bb1e0042fe992f23a Mon Sep 17 00:00:00 2001 From: Artur Kyryliuk Date: Sat, 5 Apr 2025 03:28:09 +0200 Subject: [PATCH 2/4] Update cli.md --- docs/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index d0cec0a15ad..e686e04df95 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -15,7 +15,7 @@ The Ionic command-line interface ([CLI](/docs/reference/glossary#cli)) is the go ## Installation -The Ionic CLI 7 can be installed globally with npm: +The Ionic CLI can be installed globally with npm: ```shell npm install -g @ionic/cli @@ -47,7 +47,7 @@ The Ionic CLI is built with [TypeScript](/docs/reference/glossary#typescript) an To troubleshoot issues with the Ionic CLI, the following may be useful: -- Make sure the latest version of the Ionic CLI is installed. Get the installed version by running `ionic --version`. +- 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. - Make sure the latest Node LTS is installed. See [Node & npm](/docs/intro/environment#node-npm) environment setup. - The `--verbose` flag prints debugging messages, which may narrow down the issue. - Connection issues may be due to improperly configured proxy settings. See [Using a Proxy](/docs/cli/using-a-proxy) to configure request proxying. From bd71738a669f806b7a516b95e85814c6c40419d5 Mon Sep 17 00:00:00 2001 From: Shane Date: Fri, 9 May 2025 11:10:59 -0700 Subject: [PATCH 3/4] Text clarification --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index e686e04df95..3951b45447b 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -47,7 +47,7 @@ The Ionic CLI is built with [TypeScript](/docs/reference/glossary#typescript) an To troubleshoot issues with the Ionic CLI, the following may be useful: -- 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. +- Make sure the latest version of the Ionic CLI is installed. Get the installed Ionic CLI version by running `ionic --version`. The Ionic CLI version is not related to the Ionic Framework version. - Make sure the latest Node LTS is installed. See [Node & npm](/docs/intro/environment#node-npm) environment setup. - The `--verbose` flag prints debugging messages, which may narrow down the issue. - Connection issues may be due to improperly configured proxy settings. See [Using a Proxy](/docs/cli/using-a-proxy) to configure request proxying. From 0b0ce01fa4a9924437e5245f7c6287d4a20895be Mon Sep 17 00:00:00 2001 From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com> Date: Fri, 9 May 2025 15:40:52 -0400 Subject: [PATCH 4/4] docs(cli): update v7 --- versioned_docs/version-v7/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-v7/cli.md b/versioned_docs/version-v7/cli.md index a75302d0937..3951b45447b 100644 --- a/versioned_docs/version-v7/cli.md +++ b/versioned_docs/version-v7/cli.md @@ -47,7 +47,7 @@ The Ionic CLI is built with [TypeScript](/docs/reference/glossary#typescript) an To troubleshoot issues with the Ionic CLI, the following may be useful: -- Make sure the latest version of the Ionic CLI is installed. Get the installed version by running `ionic --version`. +- Make sure the latest version of the Ionic CLI is installed. Get the installed Ionic CLI version by running `ionic --version`. The Ionic CLI version is not related to the Ionic Framework version. - Make sure the latest Node LTS is installed. See [Node & npm](/docs/intro/environment#node-npm) environment setup. - The `--verbose` flag prints debugging messages, which may narrow down the issue. - Connection issues may be due to improperly configured proxy settings. See [Using a Proxy](/docs/cli/using-a-proxy) to configure request proxying.