-
Notifications
You must be signed in to change notification settings - Fork 12k
14.0.5 not installed globaly #23518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Comments
There are two main issues errors here and both of which are caused by incompatibilities between v14 and v13 Angular CLI.
|
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jul 7, 2022
…nning in an older CLI workspace Previously when having completion enabled and the current workspaces has an older version of the Angular CLI installed in the terminal the below errors is show. This is because the older versions of the CLI do not implement this command. Now we favor the global version if it's greater than the local version of the CLI. ``` The specified command ("completion") is invalid. For a list of available options, run "ng help". Did you mean "analytics"? ``` Closes angular#23518
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jul 7, 2022
…nning in an older CLI workspace Previously when having completion enabled and the current workspaces has an older version of the Angular CLI installed in the terminal the below errors is show. This is because the older versions of the CLI do not implement this command. Now we favor the global version if it's greater than the local version of the CLI. ``` The specified command ("completion") is invalid. For a list of available options, run "ng help". Did you mean "analytics"? ``` Closes angular#23518
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jul 7, 2022
…nning in an older CLI workspace Previously when having completion enabled and the current workspaces has an older version of the Angular CLI installed in the terminal the below errors is show. This is because the older versions of the CLI do not implement this command. Now we exit gracefully. ``` The specified command ("completion") is invalid. For a list of available options, run "ng help". Did you mean "analytics"? ``` Closes angular#23518
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jul 7, 2022
…nning in an older CLI workspace Previously when having completion enabled and the current workspaces has an older version of the Angular CLI installed in the terminal the below errors is show. This is because the older versions of the CLI do not implement this command. Now we exit gracefully. ``` The specified command ("completion") is invalid. For a list of available options, run "ng help". Did you mean "analytics"? ``` Closes angular#23518
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jul 7, 2022
…nning in an older CLI workspace Previously when having completion enabled and the current workspaces has an older version of the Angular CLI installed in the terminal the below errors is show. This is because the older versions of the CLI do not implement this command. Now we exit gracefully. ``` The specified command ("completion") is invalid. For a list of available options, run "ng help". Did you mean "analytics"? ``` Closes angular#23518
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jul 7, 2022
…g in an older CLI workspace Previously when having completion enabled and the current workspaces has an older version of the Angular CLI installed in the terminal the below errors is show. This is because the older versions of the CLI do not implement this command. Now we exit gracefully. ``` The specified command ("completion") is invalid. For a list of available options, run "ng help". Did you mean "analytics"? ``` Closes angular#23518
alan-agius4
added a commit
that referenced
this issue
Jul 7, 2022
…g in an older CLI workspace Previously when having completion enabled and the current workspaces has an older version of the Angular CLI installed in the terminal the below errors is show. This is because the older versions of the CLI do not implement this command. Now we exit gracefully. ``` The specified command ("completion") is invalid. For a list of available options, run "ng help". Did you mean "analytics"? ``` Closes #23518 (cherry picked from commit 2731fe7)
alan-agius4
added a commit
that referenced
this issue
Jul 7, 2022
…g in an older CLI workspace Previously when having completion enabled and the current workspaces has an older version of the Angular CLI installed in the terminal the below errors is show. This is because the older versions of the CLI do not implement this command. Now we exit gracefully. ``` The specified command ("completion") is invalid. For a list of available options, run "ng help". Did you mean "analytics"? ``` Closes #23518
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version installed correctly
Description
I'm not in any workspace
The text was updated successfully, but these errors were encountered: