-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide option to use pnpm for installation to avoid file replication across apps. #7898
Comments
We could add a |
i tried that and it doesn't work apparently because CRA using npm. I reported it on pnpm queue and maintainer replied hence i opened this issue here. pnpm/pnpm#2107 (comment) |
Then yeah, probably the best way forward would be to add an option like |
that would be very useful indeed as node_modules folders are consuming my hard drive! do you know when such a feature would be included into CRA if its accepted? |
Related PR: #7791 |
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.
The text was updated successfully, but these errors were encountered: