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
- Error:error:0308010C:digital envelope routines::unsupported
- nodejs
- 설치완료안됨
- AWS CodePipeline
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- GeoJSON object too complex/large
- credential error
- can't getting credentials
- node
- aws ec2
- EC2
- SASS
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- 김골라
- 이미지 맵
- AWS
- CSS
- react
- NODE_VERSION
- netlify variables
- 반응형 페이지 좌표 변환
- S3
- rwdImageMaps
- ogr2ogr
- expo
- AWS CodeBuild
- Unable to find the global bin directory
- 이미지 좌표 추출
- C언어
- 어셈블리어
Archives
- Today
- Total
ImFe's study
[React Native] “jest-haste-map: Watchman crawl failed. Retrying once with node crawler.” 오류 해결 본문
App/React Native
[React Native] “jest-haste-map: Watchman crawl failed. Retrying once with node crawler.” 오류 해결
ImFe 2022. 6. 10. 17:42위 오류는 Expo로 생성한 React Native 프로젝트에서 npm run start를 입력할 시 발생했다.
스택 오버플로우와 깃허브 이슈에서는 크게 세 가지 해결책을 제시했는데
1. iterm과 watchman에 Full Disk Access 부여
2. watchman 재설치
3. 해당 프로젝트 폴더를 Users/[설정한 유저명]/ 하위로 이동(..?)
시도해본 순서는 2 -> 1 -> 3 순서인데
2번과 1번은 해결되지 않았다.
1번과 3번은 watchman의 프로젝트에 대한 권한 문제를 해결하기 위한 위한 방법인데
프로젝트 폴더가 Documents보다 더 깊은 depth에 있으면 watchman에 Full Disk Access를 부여해도 해결되지 않는다
해당 프로젝트 폴더를 Users/[설정한 유저명]/.. 하위로 이동시켜 문제를 해결하였다.
'App > React Native' 카테고리의 다른 글
[React Native] Expo Go 사용중 console.log가 터미널에 표시되지 않는 경우 (0) | 2022.06.09 |
---|---|
[React Native] metro has encountered error while tring to resolve module `expo-location` 해결 (0) | 2022.06.09 |
Comments