Skip to content

--skip-install option in create-next-app #32367

@Pika-Pool

Description

@Pika-Pool

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    create-next-appRelated to our CLI tool for quickly starting a new Next.js application.good first issueEasy to fix issues, good for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions