1
2
3
4
! Warning: `flutter` on your path resolves to {경로}, which is not inside your current Flutter SDK checkout at
      /Users/shech/desktop/fluttersdk/flutter. Consider adding {경로} to the front of your path.
    ! Warning: `dart` on your path resolves to {경로}/dart, which is not inside your current Flutter SDK checkout at
      /Users/shech/desktop/fluttersdk/flutter. Consider adding {경로}/bin to the front of your path.

가 뜰 적이 있다. 당황하지 말자.

1
brew uninstall dart

Flutter를 쓸 적에 dart가 필요 없으니 brew에서 지운다.

이런데도 안 되는 경우가 종종 있다. 환경변수에서 Dart가 남아있기 때문이다.

1
nano ~/.zshrc

들어가서 이 내용을 지워준다.

1
"$HOME/.pub-cache/bin"