Javascript – What is the purpose of –use-npm in create-next-app?
When creating an NextJS app using the CLI, one can choose --use-npm when running npx create-next-app. When running it without arguments (ie in interactive mode) it doesn't ask about this. The help page says --use-npm Explicitly tell the CLI to…