expo가 터미널상에서 열어집니다.
767
작성한 질문수 5
1.양규현님이 질문해주신 것과 같은 상황인것 같습니다. expo가 웹상에서 열어지지 않고 터미널 상에서 열어집니다. 제가 엑스포를 실행할때에는 폴더명에 []같은 기호가 없습니다. 어떻게 해야하나요?(폴더를 다시생성해서 영어로만 된 폴더명을써도 같네요..왜그럴까요)
2.expo앱을 설치해서 사용하는것은 되는것같습니다. 이렇게해서 수업을 따라가도 문제가 없을까요?
(base) imjaeeun@imjaeeun-ui-MacBookAir grabmarket_mobile % npm start
> grabmarket_mobile@1.0.0 start
> expo start
Starting project at /Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile
Starting Metro Bundler
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █ █▄ ▀▄▀█ ▄▄▄▄▄ █
█ █ █ █ ▀▄ █▀█ ▄█ █ █ █
█ █▄▄▄█ █▀██▀▀ █▄██ █▄▄▄█ █
█▄▄▄▄▄▄▄█▄▀▄█ █▄█▄█▄▄▄▄▄▄▄█
█▄▄█▀▄▄▄▀█▀▀▄▀█▄ ███ ▀▄▄ ▄█
█▀█▄ ▄ ▄▄██▀ ▄▄█ ▀ █▄ ▀██
█▀▄ █▄▄▄ ▀▀▄█▄▀▄▀▄▀▄▀▀▄ ▀██
███▀▄▀▄▄▄▀▄▄█▀█▀▄▄▄█▄▀ ▀███
█▄▄▄▄█▄▄█ ▄▄ █▄▄ ▄▄▄ ▀ ▄▄█
█ ▄▄▄▄▄ █▀ ▄ ██▀▀ █▄█ ▀▀███
█ █ █ █▄█ ▀▀▀▄█▄▄ ▄▄▀ ▀▀█
█ █▄▄▄█ █▀▀▀ ███▄██▄▀█▀▀ ██
█▄▄▄▄▄▄▄█▄▄▄███▄████▄▄▄▄▄▄█
› Metro waiting on exp://192.168.0.104:19000
› Scan the QR code above with Expo Go (Android) or the Camera app (iOS)
› Press a │ open Android
› Press i │ open iOS simulator
› Press w │ open web
› Press j │ open debugger
› Press r │ reload app
› Press m │ toggle menu
› Press ? │ show all commands
Logs for your project will appear below. Press Ctrl+C to exit.
watchman warning: Recrawled this watch 3 times, most recently because:
MustScanSubDirs UserDroppedTo resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
To clear this warning, run:
watchman watch-del '/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile' ; watchman watch-project '/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile'
metro-file-map: Haste module naming collision: grabmarket_mobile
The following files share their name; please adjust your hasteImpl:
* <rootDir>/package.json
* <rootDir>/grabmarket_mobile/package.json
Failed to construct transformer: DuplicateError: Duplicated files or mocks. Please check the console for more info
at setModule (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro-file-map/src/index.js:553:17)
at workerReply (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro-file-map/src/index.js:624:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 9)
at async /Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro-file-map/src/index.js:395:22
at async DependencyGraph.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/node-haste/DependencyGraph.js:94:5)
at async Bundler.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/Bundler.js:75:5)
at async IncrementalBundler.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/IncrementalBundler.js:327:5)
at async Server.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/Server.js:1247:5) {
mockPath1: 'package.json',
mockPath2: 'grabmarket_mobile/package.json'
}
Error: Duplicated files or mocks. Please check the console for more info
at setModule (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro-file-map/src/index.js:553:17)
at workerReply (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro-file-map/src/index.js:624:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 9)
at async /Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro-file-map/src/index.js:395:22
at async DependencyGraph.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/node-haste/DependencyGraph.js:94:5)
at async Bundler.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/Bundler.js:75:5)
at async IncrementalBundler.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/IncrementalBundler.js:327:5)
at async Server.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/Server.js:1247:5)
Error: Duplicated files or mocks. Please check the console for more info
at setModule (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro-file-map/src/index.js:553:17)
at workerReply (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro-file-map/src/index.js:624:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 9)
at async /Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro-file-map/src/index.js:395:22
at async DependencyGraph.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/node-haste/DependencyGraph.js:94:5)
at async Bundler.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/Bundler.js:75:5)
at async IncrementalBundler.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/IncrementalBundler.js:327:5)
at async Server.ready (/Users/imjaeeun/파일관리/프로그래밍/Web공부/grabmarket_mobile/node_modules/metro/src/Server.js:1247:5)
답변 1
0
안녕하세요! 확인이 늦어 죄송합니다.
제가 촬영한 당시 Expo가 버전이 올라가 웹이 아닌 터미널에서 조작이 가능하도록 업데이트된 것 같아요! 터미널에서 키보드로 입력해도 동작은 동일할 거에요. 우선 진행해보시고 다른 부분이 있다면 알려주세요!
제가 조만간 영상은 업데이트해두겠습니다!
<div id="banner">배너 이미지</div> 관련 질문
0
27
1
[해결]그랩님 답변 주세요.
0
198
2
그랩님의 답변을 기다립니다/102강 전반적인 에러
0
172
2
[그랩님께]101강 안드로이드 에러들(Key prop)해결방법 궁금합니다.
0
143
2
[재질문][그랩님 답변 부탁드립니다]101강
0
167
2
[그랩님 답변 부탁드립니다]101강 Axios 에러와 502 Bad Gateway 질문
0
130
2
Ngrok 설치 후 forwarding Url 에러
0
153
2
[그랩님께,Ngrok 악성코드 인식 해결방법]질문 드립니다.
0
265
2
Ngrok 설치 후 forwarding Url로 연결 불가
0
162
1
그랩님,[꼭] 답변 부탁드립니다.
0
79
1
[꼭][[꼭] 그랩님, 답변 부탁드립니다], Failed to load resource: the server responded with a status of 404 (Not Found) 상품 상세 페이지 질문입니다.
0
164
1
6강/7강 수업
0
58
1
그랩님, 상품 상세 페이지 에러와 의문점 질문드립니다.
0
106
2
그랩님, 해결되지 않은 에러 메시지 [꼭] 답변 부탁 드립니다.
0
152
2
[재 질문]Cannot read properties of undefined (reading 'map') TypeError: Cannot read properties of undefined (reading 'map') 에러 해결 어떻게 하나요?
0
96
1
Cannot read properties of undefined (reading 'map') TypeError: Cannot read properties of undefined (reading 'map') 에러 해결 어떻게 하나요?
0
137
2
일반적인 css 꾸미기에서 width와 height의 값?
0
105
2
Windows에서의 업로드 후 홈화면 상품이미지 오류 해결방법
0
208
1
그랩마켓 웹화면 구현하기 -2 질문입니다.
0
130
1
react에 반영이 되지 않습니다.
0
254
1
터미널 npm install -g create-react-app 작성 후 오류
0
430
1
create-react-app my app 실행 시 에러
0
363
2
포스트맨 질문
0
106
1
<꼭 답변 부탁 드립니다>그랩선생님, [컴포넌트 사용하기] 강의에서 질문 있습니다.
0
277
2





