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
Running ig new my-project --framework=webcomponents --skip-git=true --skip-install=true --template=base works just fine.
However, running ig new my-project -f webcomponents -sg -si -t base throws an error.
Ignite UI CLI version: 14.0.0
Framework: n/a
Project type: n/a
Expected result
Running any command with aliased options should work just fine.
Attachments
Example running ig new my-project -f webcomponents -sg -si which starts installing npm packages even though -si (--skip-install) is passed in and also initializes git even though -sg (--skip-git) is passed in:
The text was updated successfully, but these errors were encountered:
Description
Running
ig new my-project --framework=webcomponents --skip-git=true --skip-install=true --template=base
works just fine.However, running
ig new my-project -f webcomponents -sg -si -t base
throws an error.Expected result
Running any command with aliased options should work just fine.
Attachments
Example running
ig new my-project -f webcomponents -sg -si
which starts installing npm packages even though-si
(--skip-install
) is passed in and also initializes git even though-sg
(--skip-git
) is passed in:The text was updated successfully, but these errors were encountered: