-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
The app will throw an error Uncaught (in promise) Error: EEXIST: file already exists, mkdir ...
when generating code. This issue happens because the destination path of generated code contains the existed folder or files. To fix the issue, we should:
- Check the destination path of generated code contains existed folder or files.
- Ask to overwrite the folder or create a new folder with different name (user chooses the same path, well, they can choose different path).
- Generate the code as usual.
This issue will be fixed in the next release.