
명령프롬프트 실행

flutter doctor 입력

입력 결과
Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe) ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
3번째 항목에서 오류가 발생했는데
이 오류는 구글 크롬이 설치되어 있지 않아서 발생한 문제이다.
설치 했음에도 문제가 발생한다면 .\Google\Chrome\Application\chrome.exe 에 크롬이 위치하지 않은것이다
위치를 지정해주면 된다.
