일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 명품자바
- javascript
- 다이나믹 프로그래밍
- 모각코
- 백준 2512번
- 백준 1331번
- 머신러닝과 딥러닝
- AWS
- 백준 15787번
- HUFS 모각코 캠프
- 백준 16918번
- SWEA 15612번
- 다이나믹프로그래밍
- java_programming
- 그래프
- MySQL
- 백준 3085번
- 백준 1253번
- 백준 17451번
- Python
- 알고리즘
- 자바
- 백준 18310번
- ubuntu
- 백준 1987
- SQL
- react
- 백준
- 그리디
- 깃헙
Archives
- Today
- Total
차곡차곡
[Error] TypeError: cli.init is not a function 본문
cli.init(root, projectName);
^ TypeError: cli.init is not a function
0.69.0 버전을 설치했을 때 발생하는 에러라고 한다.
npx react-native init ProjectName --version 0.68.2
위 명령어로 프로젝트 생성하면 에러 없이 생성할 수 있다.
TypeError: cli.init is not a function for react native
while running npx react-native init appName in MacBook air M1 chip TypeError: cli.init is not a function at run (/opt/homebrew/lib/node_modules/react-native-cli/index.js:302:7) at createProject (/opt/
stackoverflow.com
'App programming > React Native' 카테고리의 다른 글
[React Native] 개발 환경 설정 (2) | 2022.08.11 |
---|