반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- uint8array
- RouteObserver
- FirebaseAnalytics
- methodChannel
- webrtc
- Redux
- Raycasting
- typescript
- Three-fiber
- Excel
- REST API
- react
- Image Resize typescript
- Flutter
- babel
- uint16array
- Three js
- node
- Game js
- Prism.js
- identifierForVender
- KakaoMap
- userevent_tracker
- code editor
- Completer
- swagger-typescript-api
- Babel standalone
- web track
- jszip
- androidId
Archives
- Today
- Total
Never give up
Flutter - How to solve Error: No pubspec.yaml file found. 본문
반응형
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시간 동안 멘붕에 빠져있었.. ㅠㅠ)
반응형
'Flutter' 카테고리의 다른 글
Flutter - List<Map> to Map or List with SQFLite (0) | 2020.08.03 |
---|---|
Flutter - When you store data in SQFLlite (0) | 2020.08.03 |
Flutter - SharedPreferences set and get Color (0) | 2020.08.03 |
Flutter - Provider listen : false with http (0) | 2020.08.03 |
Flutter - addPostFrameCallback (0) | 2020.08.03 |
Comments