Leena Marie
Leena Marie

Reputation: 347

":unmatched" error while installing flutter

Last login: Fri Mar 19 15:57:11 on ttys000 /Users/me/.zshrc:3: unmatched " me@MacBook-Pro ~ %

what does that mean? I'm trying to install flutter.

Upvotes: 0

Views: 6637

Answers (1)

Huthaifa Muayyad
Huthaifa Muayyad

Reputation: 12353

1- Open the file /Users/me/.zshrc [this is the file where you were trying to add the path for flutter]

2- Look for the line that is missing a '', and add that ''. [most likely it's going to be the line you added with flutter], so look there first.

3- Save your file and exit.

4- then in your terminal, run this command: source ~/.zshrc this will refresh your .zshrc file.

Upvotes: 3

Related Questions