Skip to content

Commit d478a42

Browse files
authored
docs: add troubleshooting
1 parent 6fa5030 commit d478a42

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,17 @@ If you encounter any issues while running the script, please create an issue on
4343
**Note:** This script installs the stable version of Flutter. If you want to install a different version, you can do so using `fvm`. For more information on `fvm`, please refer to the [GitHub repository](https://github.com/leoafarias/fvm).
4444

4545
**Note:** This script sets up `fvm` and adds it to the PATH. You can use `fvm` to manage different versions of Flutter on the same machine.
46+
47+
48+
## Troubleshooting
49+
50+
1. If you are facing this error when trying to run the script please try attatching `sudo` before the install script.
51+
52+
```sh
53+
Running in non-interactive mode because `stdin` is not a TTY.
54+
==> Checking for `sudo` access (which may request your password)...
55+
Need sudo access on macOS (e.g. the user shan needs to be an Administrator)!
56+
/bin/bash: line 18: /opt/homebrew/bin/brew: No such file or directory
57+
```
58+
59+

0 commit comments

Comments
 (0)