커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
expo....
[왕초보] 나만의 수익성 앱, 앱개발 종합반
2주차
북마크
장*숙
댓글
2
추천
0
조회수
22
조회수
22
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.



지난 수업에 이어서 강의를 들으려하는데,

잘되던 expo가 실행이 되질 않습니다. faq 에 쓰여진대로 아무리 expo init 을 해도

하위폴더 생성은 되지만 역시나 expo start 입력시 같은 에러메세지만 뜨는데

뭐가 잘못된 건지 모르겠네요.. expo 앱을 실행해도 파란 화면만 뜹니다..


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo init

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)



Migrate to using:

› npx create-expo-app --template


√ What would you like to name your app? ... my-app


The directory my-app has files that might be overwritten:


 App.js

 app.json

 assets

 babel.config.js

 node_modules

 package.json

 yarn.lock


Try using a new directory name, or moving these files.



C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo start

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>clear

'clear' is not recognized as an internal or external command,

operable program or batch file.


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo start

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>clear

'clear' is not recognized as an internal or external command,

operable program or batch file.


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo start

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo start

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo start

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>nps expo start

'nps' is not recognized as an internal or external command,

operable program or batch file.


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo start

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo init

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)



Migrate to using:

› npx create-expo-app --template


√ What would you like to name your app? ... cd

√ 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 cd

- 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


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo start

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>cd

C:\Users\82102\OneDrive\Desktop\SPARTA STUDY


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo start

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>run npx expo start

'run' is not recognized as an internal or external command,

operable program or batch file.


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo start

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>npx expo start

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>a

'a' is not recognized as an internal or external command,

operable program or batch file.


C:\Users\82102\OneDrive\Desktop\SPARTA STUDY>expo start

WARNING: expo-cli has not yet been tested against Node.js v18.12.1.

If you encounter any issues, please report them to https://github.com/expo/expo-cli/issues


expo-cli supports following Node.js versions:

* >=12.13.0 <15.0.0 (Maintenance LTS)

* >=16.0.0 <17.0.0 (Active LTS)


The expected package.json path: C:\Users\82102\OneDrive\Desktop\SPARTA STUDY\package.json does not exist







취소
 공유
취소
댓글 0
댓글 알림
나의얼굴