'Cannot run any flutter commands because of permissions, downloaded using homebrew
I want to learn how to use flutter, so I downloaded it using homebrew on the M1 Mac.
Running which flutter returns /opt/homebrew/bin/flutter
I tried running flutter doctor which errors out. I'm not sure how to handle this.
Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user.```
Solution 1:[1]
This sounds like a Homebrew permissions question that you happened to have bumped into with Flutter - which is good news, because Homebrew permissions issues are fairly well explored. This question has a ton of great answers.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Craig Labenz |
