npm config set legacy-peer-deps true
# when any package is not installing and giving errors in npm
npm install --save --legacy-peer-deps
npm config set legacy-peer-deps true
npm install --force
npm i anylibirary --legacy-peer-deps
npx create-react-app myapp --template typescript
cd myapp
rm -rf node_modules
npm install