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
Currently, the first step (if no director is provided as an option) asks users to enter the directory in which to bootstrap a new app:
Enter path for new project directory (.): `
It could be changed to something which confirms whether the user would indeed like to create a new project at the given path when no package.json file exists there:
Bootstrap a new Next.js app at <path> (Ctrl+C to exit)? (Y/n)
<If n>
Enter path to a different directory instead:
Search keywords:
The text was updated successfully, but these errors were encountered:
package.json
file exists there:Search keywords:
The text was updated successfully, but these errors were encountered: