상세 컨텐츠

본문 제목

[React] yarn remove 리액트 패키지 제거 uninstall

Coding/React

by hwlink 2022. 5. 8. 00:03

본문

yarn remove

yarn remove test 라는 명령은 test라는 패키지를 프로젝트에서 제거하는 것을 의미합니다.

test라는 패키지는 package.json, yarn lock에서 제거됩니다. dependencies, devDependencies등 모든 타입에서 패키지가 삭제됩니다.

만약 삭제하고 완전히 제거가 안되었다면 yarn install을 해줌으로서 업데이트를 해줍니다.

'Coding > React' 카테고리의 다른 글

[React] React Testing Library  (0) 2022.04.22
[React] useCallback  (0) 2022.04.21
[React] 리액트 설계구조를 어떻게 해야하는걸까?  (0) 2022.02.20
[React] Recoil 상태관리 라이브러리  (0) 2021.12.26
[React] React Redux  (0) 2021.12.23

관련글 더보기