-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Can't create project inside existing dir #1768
Copy link
Copy link
Closed
Labels
difficulty: starterIssues that are starter difficulty level, e.g. minimal tweaking with a clear test plan.Issues that are starter difficulty level, e.g. minimal tweaking with a clear test plan.good first issueIf you are just getting started with Docusaurus, this issue should be a good place to begin.If you are just getting started with Docusaurus, this issue should be a good place to begin.help wantedAsking for outside help and/or contributions to this particular issue or PR.Asking for outside help and/or contributions to this particular issue or PR.
Metadata
Metadata
Assignees
Labels
difficulty: starterIssues that are starter difficulty level, e.g. minimal tweaking with a clear test plan.Issues that are starter difficulty level, e.g. minimal tweaking with a clear test plan.good first issueIf you are just getting started with Docusaurus, this issue should be a good place to begin.If you are just getting started with Docusaurus, this issue should be a good place to begin.help wantedAsking for outside help and/or contributions to this particular issue or PR.Asking for outside help and/or contributions to this particular issue or PR.
Type
Fields
Give feedbackNo fields configured for issues without a type.
🐛 Bug Report
Error while creating project inside existing directory.
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
mkdir testcd testnpx @docusaurus/init@next init ./ classicExpected behavior
Project is created inside test dir
Actual Behavior