You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by akaustav October 17, 2022
Hi,
In my Windows 10 machine, after installing the @coveo/[email protected] globally using npm (via the npm -g i @coveo/cli command) and logging in (via the coveo auth:login command), I attempted to create a sample Angular Headless application. However, as soon as I issued the following command I was hit with an error:
C:\dev\coveo>coveo ui:create:angular coveo-test
» Precondition Error - Missing Bin: undefined requires Angular-CLI to run.
»
» You can install the Angular-CLI by running npm i -g @angular/cli
»
» Please visit https://angular.io/guide/setup-local#install-the-angular-cli for more detailed installation
» information.
I was able to deduce that I was missing a global installation of the @angular/cli. I was able to install it and move on with the remainder steps. However, it feels like the undefined in the error message should point to a specific command / package / library. Is this a known bug?
Reproduced. CDX-1212
Discussed in #986
Originally posted by akaustav October 17, 2022
Hi,
In my Windows 10 machine, after installing the
@coveo/[email protected]
globally usingnpm
(via thenpm -g i @coveo/cli
command) and logging in (via thecoveo auth:login
command), I attempted to create a sample Angular Headless application. However, as soon as I issued the following command I was hit with an error:I was able to deduce that I was missing a global installation of the
@angular/cli
. I was able to install it and move on with the remainder steps. However, it feels like theundefined
in the error message should point to a specific command / package / library. Is this a known bug?If it helps, I am running:
Windows 10 Version 21H2 (OS Build 19044.2006)
16.10.0
7.24.0
@coveo/cli/1.37.1 win32-x64 node-v16.10.0
Ameet
The text was updated successfully, but these errors were encountered: