vi ~/.bash_profile
명령어를 실행하여 해당명령어를 추가합니다. 이때 Visual Studio Code 위치가 응용프로그램 위치가 아닌경우 해당폴더로 위치를 옮겨주시면 실행이 됩니다.
source ~/.bash_profile
명령어를 실행하여 적용한다음 프로젝트를 열고자하는 디렉토리로 이동한 다음 code . 명령어를 수행해주면 됩니다.
참고 : https://code.visualstudio.com/docs/setup/mac
'React & React Native ' 카테고리의 다른 글
Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it. (0) | 2019.05.08 |
---|---|
React Sass 적용하기 , Sass 적용이 안될때 (0) | 2019.05.02 |
크롬웹브라우저에서 React 디버깅툴 설치하기 (0) | 2019.04.30 |
Cocoapods 사용하기 (0) | 2019.04.20 |
React Component Life Cycle [리액트 컴포넌트 라이프 사이클] (0) | 2019.01.24 |