install using yarn react-router code example
Example 1: installing react router dom with yarn
npm install react-router-dom
Example 2: install react yarn
yarn create react-app my-appCopied
npm install react-router-dom
yarn create react-app my-appCopied