
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
강의를 시작하려 vs코드를 켜고 expo start를 누르면 다음과 같이 에러가 뜨는데 해결방법이 있을까요?
PS C:\Users\USER\Desktop\sparta-study> cd sparta-mytip-yong
PS C:\Users\USER\Desktop\sparta-study\sparta-mytip-yong> start expo
PS C:\Users\USER\Desktop\sparta-study\sparta-mytip-yong> expo start
Error parsing JSON: import React from 'react';
import { stylesheet, Text, View, LogBox } from 'react-native';
├─ File: C:\Users\USER\Desktop\sparta-study\sparta-mytip-yong\app.json
└─ Cause: SyntaxError: JSON5: invalid character 'i' at 1:1
> 1 | import React from 'react';
| ^
2 | import { stylesheet, Text, View, LogBox } from 'react-native';
├─ parseJsonString C:\Users\USER\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\json-file\src\JsonFile.ts:187:13
├─ read C:\Users\USER\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\json-file\src\JsonFile.ts:144:10
├─ getStaticConfig C:\Users\USER\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\getConfig.ts:37:27
├─ getConfig C:\Users\USER\AppData\Roaming\npm\node_modules\expo-cli\node_modules\@expo\config\src\Config.ts:95:52
├─ warnAboutLocalCLI C:\Users\USER\AppData\Roaming\npm\node_modules\expo-cli\src\utils\migration.ts:10:28
├─ actionAsync C:\Users\USER\AppData\Roaming\npm\node_modules\expo-cli\src\commands\start\startAsync.ts:23:20
├─ C:\Users\USER\AppData\Roaming\npm\node_modules\expo-cli\src\commands\start.ts:34:22
└─ expo start C:\Users\USER\AppData\Roaming\npm\node_modules\expo-cli\src\exp.ts:347:7

