Never give up

Flutter - How to solve Error: No pubspec.yaml file found. 본문

Flutter

Flutter - How to solve Error: No pubspec.yaml file found.

대기만성 개발자 2020. 8. 3. 16:40
반응형

Terminal에서 flutter pub, get, doctor, clean 등을 사용해야하는 경우가 있는데

경로지정이 잘못된 경우 다음과 같은 에러가 발생합니다

Error: No pubspec.yaml file found.
This command should be run from the root of your Flutter project.
Do not run this command from the root of your git clone of Flutter.

어떤분은 재설치를 해야된다 혹은 또 다른 조치를 취해야된다 하는데

정말 간단한 방법으로 해결 가능합니다

 

1. 프로젝트 우클릭

2. Open in Terminal 클릭

3. 터미널 창에 경로가 프로젝트 경로인지 확인

4. 명령어 입력

 

이 방법을 사용해도 에러가 발생한다면 설치된 폴더를 다시한번 확인해보시길 바랍니다


이것때문에 시간낭비 하지마시길.. (필자는 이것 때문에 2시간 동안 멘붕에 빠져있었.. ㅠㅠ)

반응형
Comments