
C:\Users\user\Desktop\sparta study\sparta-myhoneytip-jin>expo init sparta-myhoneytip-jin
? Choose a template: » - Use arrow-keys. Return to submit.
----- Managed workflow -----
> blank a minimal app as clean as an empty canvas
blank (TypeScript) same as blank but with TypeScript configuration
√ Choose a template: » blank a minimal app as clean as an empty canvas
√ Downloaded template.
🧶 Using Yarn to install packages. Pass --npm to use npm instead.
√ Installed JavaScript dependencies.
✅ Your project is ready!
To run your project, navigate to the directory and run one of the following yarn commands.
- cd sparta-myhoneytip-jin
- yarn start # you can open iOS, Android, or web from here, or run them directly with the commands below.
- yarn android
- yarn ios # requires an iOS device or macOS for access to an iOS simulator
- yarn web
Project is already inside of a git repo, skipping git init.
C:\Users\user\Desktop\sparta study\sparta-myhoneytip-jin>expo start
Starting project at C:\Users\user\Desktop\sparta study\sparta-myhoneytip-jin
Starting Metro Bundler
› Metro waiting on exp://192.168.4.8:19000
› Scan the QR code above with Expo Go (Android) or the Camera app (iOS)
› Press a │ open Android
› Press w │ open web
› Press r │ reload app
› Press m │ toggle menu
› Press ? │ show all commands
Logs for your project will appear below. Press Ctrl+C to exit.
jest-haste-map: Haste module naming collision: sparta-myhoneytip-jin
The following files share their name; please adjust your hasteImpl:
* <rootDir>\package.json
* <rootDir>\sparta-myhoneytip-jin\package.json
Failed to construct transformer: DuplicateError: Duplicated files or mocks. Please check the console for more info
at setModule (C:\Users\user\Desktop\sparta study\sparta-myhoneytip-jin\node_modules\jest-haste-map\build\index.js:576:17)
at workerReply (C:\Users\user\Desktop\sparta study\sparta-myhoneytip-jin\node_modules\jest-haste-map\build\index.js:647:9)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Promise.all (index 5)
at C:\Users\user\Desktop\sparta study\sparta-myhoneytip-jin\node_modules\jest-haste-map\build\index.js:459:22
at Function.load (C:\Users\user\Desktop\sparta study\sparta-myhoneytip-jin\node_modules\metro\src\node-haste\DependencyGraph.js:86:36)
at Bundler.ready (C:\Users\user\Desktop\sparta study\sparta-myhoneytip-jin\node_modules\metro\src\Bundler.js:61:5)
at IncrementalBundler.ready (C:\Users\user\Desktop\sparta study\sparta-myhoneytip-jin\node_modules\metro\src\IncrementalBundler.js:309:5)
at Server.ready (C:\Users\user\Desktop\sparta study\sparta-myhoneytip-jin\node_modules\metro\src\Server.js:1156:5) {
mockPath1: 'package.json',
mockPath2: 'sparta-myhoneytip-jin\\package.json'
}
Unrecognized event: {"type":"transformer_load_failed","error":{"mockPath1":"package.json","mockPath2":"sparta-myhoneytip-jin\\package.json","name":"Error","message":"Duplicated files or mocks. Please check the console for more info","stack":"Error: Duplicated files or mocks.
Please check the console for more info\n at setModule (C:\\Users\\user\\Desktop\\sparta study\\sparta-myhoneytip-jin\\node_modules\\jest-haste-map\\build\\index.js:576:17)\n at workerReply (C:\\Users\\user\\Desktop\\sparta study\\sparta-myhoneytip-jin\\node_modules\\jest-haste-map\\build\\index.js:647:9)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)\n at async Promise.all (index 5)\n at C:\\Users\\user\\Desktop\\sparta study\\sparta-myhoneytip-jin\\node_modules\\jest-haste-map\\build\\index.js:459:22\n
at Function.load (C:\\Users\\user\\Desktop\\sparta study\\sparta-myhoneytip-jin\\node_modules\\metro\\src\\node-haste\\DependencyGraph.js:86:36)\n at Bundler.ready (C:\\Users\\user\\Desktop\\sparta study\\sparta-myhoneytip-jin\\node_modules\\metro\\src\\Bundler.js:61:5)\n
at IncrementalBundler.ready (C:\\Users\\user\\Desktop\\sparta study\\sparta-myhoneytip-jin\\node_modules\\metro\\src\\IncrementalBundler.js:309:5)\n at Server.ready (C:\\Users\\user\\Desktop\\sparta study\\sparta-myhoneytip-jin\\node_modules\\metro\\src\\Server.js:1156:5)"}}
Started Metro Bundler
Starting Webpack on port 19006 in development mode.
‼ 「wds」: transportMode is an experimental option, meaning its usage could potentially change without warning
어떤부분을 실수하거나 깔지않은걸까요
