You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
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.