igniteui-cli icon indicating copy to clipboard operation
igniteui-cli copied to clipboard

ig new command defaults to jquery framework

Open ViktorSlavov opened this issue 7 years ago • 0 comments

Description

When running ig new example-proj, the default project framework defaults to jQuery

  • Ignite UI CLI version: 3.2.2
  • Framework: N/A
  • Project type: N/A

Steps to reproduce

  1. Install the latest version of the cli
  2. Generate a new project with the cli by running ig new XXXX where XXXX is the name of your example project

Result

The created project uses jQuery framework

Expected result

The resulted project should either use the Angular framework + Empty Template or prompt for user input

Attachments

image

ViktorSlavov avatar Jan 28 '19 11:01 ViktorSlavov