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
Unsure if this is a feature request or a bug - I see that some parts of the create-next-app CLI are working as I'd expect:
--use-npm
--use-yarn
-e
--example-path
But others do not, like:
--eslint
--tailwind
For the time being I will install and setup sensible default for my own project, but it would be nice to have these CLI arguments functional since you are already using the official next CLI.
The text was updated successfully, but these errors were encountered:
Hey @bpkennedy. Thanks. Looking at the create-next-app source code, I'm not sure if this is supported. If you use an example template with the -e flag then the cli does only clone the repo as is and does not consider any other customization.
If you do not specify an example flag then it will consider your other flags:
Unsure if this is a feature request or a bug - I see that some parts of the
create-next-app
CLI are working as I'd expect:But others do not, like:
For the time being I will install and setup sensible default for my own project, but it would be nice to have these CLI arguments functional since you are already using the official next CLI.
The text was updated successfully, but these errors were encountered: