How can I start a new ionic project with yarn?

I am asking that because npm is so slow, so I am using yarn

Assuming you are using the ionic-cli, it looks like you can run the following command:

ionic config set -g npmClient yarn

Reference

2 Likes