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 | 31 |
Tags
- AWS CodePipeline
- 이미지 맵
- 김골라
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- can't getting credentials
- 설치완료안됨
- S3
- credential error
- netlify variables
- AWS CodeBuild
- EC2
- react
- node
- CSS
- SASS
- Error:error:0308010C:digital envelope routines::unsupported
- AWS
- nodejs
- expo
- ogr2ogr
- C언어
- rwdImageMaps
- 어셈블리어
- 반응형 페이지 좌표 변환
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- GeoJSON object too complex/large
- Unable to find the global bin directory
- aws ec2
- NODE_VERSION
- 이미지 좌표 추출
Archives
- Today
- Total
목록React Native (1)
ImFe's study

위 오류는 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
2022. 6. 10. 17:42