How to skip npm install on ionic start?

How can skip npm install on ionic start?. I would want to use yarn for package/dependency installation.

The below execution does not help

ionic start myApp blank --skip-npm

How to Create A New Application with Ionic Start for New Projects

–skip-deps = Skip npm/yarn package installation of dependencies

That helped. Thank you!

It doesn’t seem to be working on my end. even for --no-deps