티스토리 뷰
리액트 네이티브(React Native) 윈도우 개발 환경 설정 - touch 설치
[설치 순서]
1. Chocolatey 설치
2. Nodejs 설치
3. Phthon 설치
4. React Native CLI 설치
5. JDK 설치
6. 안드로이드 스튜디오(android studio) 설치 및 환경 설정
7. 비주얼 스튜디오 코드(vscode) 설치
8. 타입스크립트(TypeScript) 설치
9. toruch 설치
파일생성 유틸리티 touch
touch는 맥이나 리눅스의 기본명령프로그램 중 하나로 파일을 생성하는 유틸리티로
윈도우는 기본 touch가 제공되지 않으므로 다음 명령으로 설치합니다
1. npm 명령어를 통한 touch 유틸리티 설치
npm install -g touch-cli
2. 설치 확인
touch --version
3. 파일 생성
touch 생성할파일경로/파일명
ex) touch sample.ts
반응형
'프로그래밍 > React-Native' 카테고리의 다른 글
[React Native] Not Found - GET https://registry.npmjs.org/react-native-template-react-native-template-typescript - Not found 에러 해결 방법 (0) | 2022.03.09 |
---|---|
[React Native] 리액트 네이티브에서 TypeScript 사용하기 (0) | 2022.03.02 |
[React Native] 윈도우 개발 환경 설정#8 - 타입스크립트 설치 (0) | 2022.03.02 |
[React Native] 리액트 네이티브 에러 및 문제해결 (0) | 2022.03.01 |
[React Native] 윈도우 개발 환경 설정#7 - 비주얼 스튜디오 코드 설치 (0) | 2022.03.01 |
댓글