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

bug: `--no-deps` option does not work

Open Pika-Pool opened this issue 3 years ago • 1 comments

Prerequisites

Ionic Framework Version

  • [ ] v4.x
  • [ ] v5.x
  • [X] v6.x

Current Behavior

on running the command ionic start "product-hunt-clone" blank --type=react --no-deps, the ionic cli still runs the npm i command, even though the --no-deps options is enabled.

Expected Behavior

npm i command should not run, and dependencies should not be installed for a project

Steps to Reproduce

run the command ionic start "product-hunt-clone" blank --type=react --no-deps to create a blank starter project

Code Reproduction URL

No response

Ionic Info

Ionic:

Ionic CLI : 6.18.1

Utility:

cordova-res : not installed globally native-run : not installed globally

System:

NodeJS : v16.14.0 npm : 8.3.1 OS : Linux 5.15

Additional Information

No response

Pika-Pool avatar Feb 17 '22 07:02 Pika-Pool

Prerequisites

Ionic Framework Version

  • [ ] v4.x
  • [ ] v5.x
  • [x] v6.x

Current Behavior

on running the command ionic start "product-hunt-clone" blank --type=react --no-deps, the ionic cli still runs the npm i command, even though the --no-deps options is enabled.

Expected Behavior

npm i command should not run, and dependencies should not be installed for a project

Steps to Reproduce

run the command ionic start "product-hunt-clone" blank --type=react --no-deps to create a blank starter project

Code Reproduction URL

No response

Ionic Info

Ionic:

Ionic CLI : 6.18.1

Utility:

cordova-res : not installed globally native-run : not installed globally

System:

NodeJS : v16.14.0 npm : 8.3.1 OS : Linux 5.15

Additional Information

No response

Did you have a workaround on this one?? or another solution?

Baraka-Mugisha avatar Aug 09 '23 13:08 Baraka-Mugisha