본문 바로가기

Error4

[C#] 상대 경로가 같은 여러 게시 출력 파일을 찾았습니다 C# 개발 중 "상대 경로가 같은 여러 게시 출력 파일을 찾았습니다" 라는 에러를 받았다. 구글에 검색해보니 흔한 에러는 아닌듯이 답변이 많지 않았다. 다행히 제일 위 게시물이 dotnet 에러 메세지 github였고, 거기서 힌트를 얻을 수 있었다. https://github.com/dotnet/sdk/blob/main/src/Tasks/Common/Resources/xlf/Strings.ko.xlf GitHub - dotnet/sdk: Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI Core functionality needed to create .NET Core pro.. 2022. 3. 18.
[React] Typo in static class property declaration react/no-typos MyComponent.PropTypes = { name: PropTypes.string } 타입 검사를 할 때 나는 에러, MyComponent.propTypes 라고 소문자로 바꿔주어야 정상적으로 작동한다. 2020. 7. 9.
[RN] React-native android 빌드시 오류(Android project not found.) error Android project not found. Are you sure this is a React Native project? If your Android files are located in a non-standard location (e.g. not inside 'android' folder), consider setting `project.android.sourceDir` option to point to a new location. Run CLI with --verbose flag for more details. 해당 오류가 나올 경우가 있다. 분명 어제까지 잘 됐는데...? 해서 알아보니 설정 파일 삭제 React-native 업그레이드 두가지 방법이 있다. 1. 설정 파일 삭제 해.. 2020. 5. 12.
[PYTHON] selenium webdriver 경로 설정하기 에러 메세지 selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home 배경 오랜만에 웹 크롤링을 만들어보려고 selenium을 설치하여 실행.. 2020. 4. 12.