We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8699d08 + 2a0ebc1 commit 08b61d8Copy full SHA for 08b61d8
1 file changed
README.md
@@ -174,3 +174,13 @@ We welcome you to submit Issues and Pull Requests!
174
<img src="https://contrib.rocks/image?repo=jemishavasoya/dev-cleaner&preview=false&max=&columns=" />
175
</a>
176
<br /><br />
177
+
178
+## Common Issues
179
180
+### Permission Errors
181
+- If you encounter permission errors while running scripts, try running with `sudo` (Linux/macOS) or as Administrator (Windows).
182
183
+### Tool Not Found
184
+- Make sure tools like `flutter` or `brew` are installed and added to your system PATH.
185
+- On macOS/Linux, check PATH with `echo $PATH`.
186
+- On Windows, check Environment Variables in System Settings.
0 commit comments