인프런 커뮤니티 질문&답변
11 Freezed 강의 듣는중 막혔습니다.
작성
·
254
·
수정됨
0
}) = Photo; 이부분이 에러가 생겨서 flutter pub run buildrunner build 를 다시 하려고
part 'Photo.freezed.dart';
part 'Photo.g.dart';
이파일들을 지웠습니다.
그뒤로 flutter pub run build_runner build를 하려는데 아래처럼 에러가 생깁니다.
빌드를 다시 하는 방법이 없을까요?
[INFO] Checking for unexpected pre-existing outputs....
[INFO] Found 1 declared outputs which already exist on disk. This is likely because the`.dart_tool/build` folder was deleted, or you are submitting generated files to
your source repository.
[SEVERE] Conflicting outputs were detected and the build is unable to prompt for permission to remove them. These outputs must be removed manually or the build can be
run with --delete-conflicting-outputs. The outputs are: test/data/pixabay_api_test.mocks.dart
pub finished with exit code 78답변
답변을 기다리고 있는 질문이에요
첫번째 답변을 남겨보세요!




