Skip to content
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

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

Open
AbdAsh opened this issue Nov 22, 2022 · 0 comments

Comments

@AbdAsh
Copy link

AbdAsh commented Nov 22, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant