패키지 설치
npm install
패키지 업데이트
npm update
중복된 패키지 정리
npm dedupe
패키지 내역
npm ls
실행 및 재시작
npm start
npm restart
실행취소
npm stop
캐시
npm cache
npm 재설치
npm cache clean
npm rebuild
'React Native : RN > Setting & Bug' 카테고리의 다른 글
ESLint, Prettier 설치 (0) | 2022.03.16 |
---|---|
VSCode. 확장기능 사용 (0) | 2022.03.16 |
nodebrew로 node 버전설치 (0) | 2022.03.10 |
RN. 프로젝트. 초기세팅 (0) | 2022.03.10 |
[Facebook + Expo] create-react-native-app {project name} (0) | 2022.03.08 |