Describe the feature you'd like to request
A --skip-install option in create-next-app, like in react-native, to skip installing dependencies would be really great. It allows using other package managers like pnpm
Describe the solution you'd like
do not install dependencies automatically when the --skip-install option is set. But the dependencies should be listed in package.json, so user could manually install the dependencies using other package managers like pnpm
Describe alternatives you've considered
An option to use pnpm(--use-pnpm). pnpm has gained significant popularity and would be a good option to add.
Describe the feature you'd like to request
A
--skip-installoption in create-next-app, like in react-native, to skip installing dependencies would be really great. It allows using other package managers likepnpmDescribe the solution you'd like
do not install dependencies automatically when the
--skip-installoption is set. But the dependencies should be listed inpackage.json, so user could manually install the dependencies using other package managers likepnpmDescribe alternatives you've considered
An option to use
pnpm(--use-pnpm).pnpmhas gained significant popularity and would be a good option to add.