-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
Labels
create-next-appRelated to our CLI tool for quickly starting a new Next.js application.Related to our CLI tool for quickly starting a new Next.js application.good first issueEasy to fix issues, good for newcomersEasy to fix issues, good for newcomers
Description
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.
mayank1513
Metadata
Metadata
Assignees
Labels
create-next-appRelated to our CLI tool for quickly starting a new Next.js application.Related to our CLI tool for quickly starting a new Next.js application.good first issueEasy to fix issues, good for newcomersEasy to fix issues, good for newcomers