Open
Description
Is your proposal related to a problem?
using create-react-app uses for installation leads to lots of repeated node_module folders
angular cli provides option to use npm or pnpm for installation.
Describe the solution you'd like
give an option during create-react-app process to use pnpm if installed to avoid duplication of node_module files.
Describe alternatives you've considered
pnpm install on a github clone (havent tried it yet).
Additional context
none considered.