
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
5-3 expo 오류가 나서 연결이 되지않네요
작성한 코드 및 에러 메세지
├─ File: C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\app.json
└─ Cause: SyntaxError: JSON5: invalid character ',' at 36:4
34 | },
35 | }
> 36 | },
| ^
37 | "web": {
38 | "favicon": "./assets/favicon.png"
39 | }
at parseJsonString (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\json-file\src\JsonFile.ts:187:13)
at Function.read (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\json-file\src\JsonFile.ts:144:10)
at getStaticConfig (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\getConfig.ts:37:27)
at getConfig (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\Config.ts:95:52)
at getManifestResponseAsync (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:246:25)
at getManifestResponseFromHeadersAsync (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:199:10)
at C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:151:55
at call (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:239:7)
at next (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:183:5)
at Function.handle (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:186:3)
Error: could not load config json at C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik: JsonFileError: Error parsing JSON: {
"expo": {
"name": "sparta-myhoneytip-sik",
"slug": "sparta-myhoneytip-sik",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"buildNumber": "1.0.0",
"bundleIdentifier": "com.myhoneytip.gun",
"config": {
"googleMobileAdsAppId": ""
}
},
"android": {
"package": "com.myhoneytip.gun",
"versionCode": 1,
"config": {
"googleMobileAdsAppId": "ca-app-pub-4710309706174985~5872000203"
}
},
}
},
"web": {
"favicon": "./assets/favicon.png"
}
├─ File: C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\app.json
└─ Cause: SyntaxError: JSON5: invalid character ',' at 36:4
34 | },
35 | }
> 36 | },
| ^
37 | "web": {
38 | "favicon": "./assets/favicon.png"
39 | }
JsonFileError: Error parsing JSON: {
"expo": {
"name": "sparta-myhoneytip-sik",
"slug": "sparta-myhoneytip-sik",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"buildNumber": "1.0.0",
"bundleIdentifier": "com.myhoneytip.gun",
"config": {
"googleMobileAdsAppId": ""
}
},
"android": {
"package": "com.myhoneytip.gun",
"versionCode": 1,
"config": {
"googleMobileAdsAppId": "ca-app-pub-4710309706174985~5872000203"
}
},
}
},
"web": {
"favicon": "./assets/favicon.png"
}
├─ File: C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\app.json
└─ Cause: SyntaxError: JSON5: invalid character ',' at 36:4
34 | },
35 | }
> 36 | },
| ^
37 | "web": {
38 | "favicon": "./assets/favicon.png"
39 | }
at parseJsonString (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\json-file\src\JsonFile.ts:187:13)
at Function.read (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\json-file\src\JsonFile.ts:144:10)
at getStaticConfig (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\getConfig.ts:37:27)
at getConfig (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\Config.ts:95:52)
at getManifestResponseAsync (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:246:25)
at getManifestResponseFromHeadersAsync (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:199:10)
at C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:151:55
at call (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:239:7)
at next (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:183:5)
at Function.handle (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:186:3)
Error: could not load config json at C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik: JsonFileError: Error parsing JSON: {
"expo": {
"name": "sparta-myhoneytip-sik",
"slug": "sparta-myhoneytip-sik",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"buildNumber": "1.0.0",
"bundleIdentifier": "com.myhoneytip.gun",
"config": {
"googleMobileAdsAppId": ""
}
},
"android": {
"package": "com.myhoneytip.gun",
"versionCode": 1,
"config": {
"googleMobileAdsAppId": "ca-app-pub-4710309706174985~5872000203"
}
},
}
},
"web": {
"favicon": "./assets/favicon.png"
}
├─ File: C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\app.json
└─ Cause: SyntaxError: JSON5: invalid character ',' at 36:4
34 | },
35 | }
> 36 | },
| ^
37 | "web": {
38 | "favicon": "./assets/favicon.png"
39 | }
JsonFileError: Error parsing JSON: {
"expo": {
"name": "sparta-myhoneytip-sik",
"slug": "sparta-myhoneytip-sik",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"buildNumber": "1.0.0",
"bundleIdentifier": "com.myhoneytip.gun",
"config": {
"googleMobileAdsAppId": ""
}
},
"android": {
"package": "com.myhoneytip.gun",
"versionCode": 1,
"config": {
"googleMobileAdsAppId": "ca-app-pub-4710309706174985~5872000203"
}
},
}
},
"web": {
"favicon": "./assets/favicon.png"
}
├─ File: C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\app.json
└─ Cause: SyntaxError: JSON5: invalid character ',' at 36:4
34 | },
35 | }
> 36 | },
| ^
37 | "web": {
38 | "favicon": "./assets/favicon.png"
39 | }
at parseJsonString (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\json-file\src\JsonFile.ts:187:13)
at Function.read (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\json-file\src\JsonFile.ts:144:10)
at getStaticConfig (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\getConfig.ts:37:27)
at getConfig (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\Config.ts:95:52)
at getManifestResponseAsync (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:246:25)
at getManifestResponseFromHeadersAsync (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:199:10)
at C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:151:55
at call (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:239:7)
at next (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:183:5)
at Function.handle (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:186:3)
Error: could not load config json at C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik: JsonFileError: Error parsing JSON: {
"expo": {
"name": "sparta-myhoneytip-sik",
"slug": "sparta-myhoneytip-sik",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"buildNumber": "1.0.0",
"bundleIdentifier": "com.myhoneytip.gun",
"config": {
"googleMobileAdsAppId": ""
}
},
"android": {
"package": "com.myhoneytip.gun",
"versionCode": 1,
"config": {
"googleMobileAdsAppId": "ca-app-pub-4710309706174985~5872000203"
}
},
}
},
"web": {
"favicon": "./assets/favicon.png"
}
├─ File: C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\app.json
└─ Cause: SyntaxError: JSON5: invalid character ',' at 36:4
34 | },
35 | }
> 36 | },
| ^
37 | "web": {
38 | "favicon": "./assets/favicon.png"
39 | }
JsonFileError: Error parsing JSON: {
"expo": {
"name": "sparta-myhoneytip-sik",
"slug": "sparta-myhoneytip-sik",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"config": {
"googleMobileAdsAppId": "ca-app-pub-4710309706174985~5872000203"
}
},
}
},
"web": {
"favicon": "./assets/favicon.png"
}
├─ File: C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\app.json
└─ Cause: SyntaxError: JSON5: invalid character ',' at 36:4
34 | },
35 | }
> 36 | },
| ^
37 | "web": {
38 | "favicon": "./assets/favicon.png"
39 | }
at parseJsonString (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\json-file\src\JsonFile.ts:187:13)
at Function.read (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\json-file\src\JsonFile.ts:144:10)
at getStaticConfig (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\getConfig.ts:37:27)
at getConfig (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\Config.ts:95:52)
at getManifestResponseAsync (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:246:25)
at getManifestResponseFromHeadersAsync (C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:199:10)
at C:\Users\user\AppData\Roaming\npm\node_modules\expo-cli\node_modules\xdl\src\start\ManifestHandler.ts:151:55
at call (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:239:7)
at next (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:183:5)
at Function.handle (C:\Users\user\Desktop\sparta-study\sparta-myhoneytip-sik\node_modules\connect\index.js:186:3)오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
