본문 바로가기
Flutter

[Flutter] mac - 플러터 설치 오류 Warning: dart on your path resolves to

by s_hoonee 2023. 7. 8.
반응형

 

Flutter doctor

flutter doctor는 Flutter 개발 환경의 상태를 진단하여 문제를 식별하고 해결 방법을 제시해주는 명령어입니다. Flutter SDK, 환경 변수, 종속성 등과 관련된 여러 가지 요소를 검사하여 개발 환경이 올바르게 설정되었는지 확인합니다.

 

오류 내용

! Warning: `dart` on your path resolves to
      /opt/homebrew/Cellar/dart/3.0.5/libexec/bin/dart, which is not inside your
      current Flutter SDK checkout at /Users/hoony/appFlutter/flutter. Consider
      adding /Users/hoony/appFlutter/flutter/bin to the front of your path.

해결법

플러터 패키지에 자체적인 dart가 있으므로 기존의 dart를 삭제하면 된다.

brew uninstall dart