Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

create-nuxt-app --no-install flag for creating without installing dependencies #1019

@AbdAsh

Description

@AbdAsh

Is your feature request related to a problem? Please describe.

I was experimenting with MFEs and I needed to generate a next project scaffold without running npm install so that it does not generate the node_modules folder.

Describe the solution you'd like

Add a --no-install flag to the options in order not to run the npm install after the generation of the files.

Describe alternatives you've considered

Maybe utilize the --no-install flag in the npx command.

Additional context

My knowledge is minimal so pardon me if I'm missing anything.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions