
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
C:\Users\박수종\Desktop\sparta-study\sparta-myhoneytip-lim>expo start
┌─────────────────────────────────────────────────────────────────────────┐
│ │
│ There is a new version of expo-cli available (6.0.8). │
│ You are currently using expo-cli 6.0.6 │
│ Install expo-cli globally using the package manager of your choice; │
│ for example: `npm install -g expo-cli` to get the latest version │
│ │
└─────────────────────────────────────────────────────────────────────────┘
This command is being executed with the global Expo CLI. Learn more: https://blog.expo.dev/the-new-expo-cli-f4250d8e3421
To use the local CLI instead (recommended in SDK 46 and higher), run:
› npx expo start
Starting project at C:\Users\박수종\Desktop\sparta-study\sparta-myhoneytip-lim
Starting Metro Bundler
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █▄▀ ▀ ▀▄█▀█ ▄▄▄▄▄ █
█ █ █ █ █▀ ▄▀ █ █ █ █
█ █▄▄▄█ █▄█▀ ▄██▄▀█ █▄▄▄█ █
█▄▄▄▄▄▄▄█▄█ █ █ ▀ █▄▄▄▄▄▄▄█
█ ▄█▀▄█▄█ ▄ ▀▀▄▄▄██▄ ▄▀▄█
█▀▀███ ▄▄ ▄▄ ▄█▀█ ▀██▀███
██ ▄██▄▄██▄▄▀ ▄█ ▄█ ▄ █ █▀█
█▀▄▀ ▀▀▄▀ █ █▄▀█ ▀▀█▀▀█ ▀█
████▄██▄▄ ▀ ██▄ ▄ ▄▄▄ ▀▄█▀█
█ ▄▄▄▄▄ ██▄▀▀▄███ █▄█ █▄▄▄█
█ █ █ █▀ ▀ █▀▀▄▄ █▀▀ █
█ █▄▄▄█ █ ▄█▀▄▀▄▀▄█▄▄ ▄██
█▄▄▄▄▄▄▄█▄█▄██▄█▄██████▄▄▄█
› Metro waiting on exp://192.168.0.172: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.
Started Metro Bundler
Android Bundling failed 8235ms
SyntaxError: C:\Users\박수종\Desktop\sparta-study\sparta-myhoneytip-lim\firebaseConfig.js: Unexpected token, expected "," (17:4)
15 | projectId: "sparta-myhoneytip-lim-6d930",
16 | databaseURL: "https://sparta-myhoneytip-lim-6d930-default-rtdb.asia-southeast1.firebasedatabase.app/"
> 17 | storageBucket: "sparta-myhoneytip-lim-6d930.appspot.com",
| ^
18 | messagingSenderId: "956386324260",
19 | appId: "1:956386324260:web:a5ee4d71cafcc73723cdb1",
20 | measurementId: "G-3F5ZF46KCN"
