'How can I make yarn as default to create react app instead npm using "npx create-react-app my-app?

I am new to node.js and want to use yarn instead of npm by default to create creact app with npx create-react-app my-app but its not happening.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source