Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,13 @@ We welcome you to submit Issues and Pull Requests!
<img src="https://contrib.rocks/image?repo=jemishavasoya/dev-cleaner&preview=false&max=&columns=" />
</a>
<br /><br />

## Common Issues

### Permission Errors
- If you encounter permission errors while running scripts, try running with `sudo` (Linux/macOS) or as Administrator (Windows).

### Tool Not Found
- Make sure tools like `flutter` or `brew` are installed and added to your system PATH.
- On macOS/Linux, check PATH with `echo $PATH`.
- On Windows, check Environment Variables in System Settings.