Angular CLI 제거 및 설치
Angular에서 명령을 사용하여 Angular CLI를 쉽게 제거하는 방법을 소개합니다.
Angular CLI 제거
Angular CLI를 제거하는 데는 여러 가지 이유가 있습니다. CLI를 최신 버전으로 업데이트하고 싶을 수 있으므로 컴퓨터에서 완전히 제거해야 할 수도 있습니다.
새로 설치를 원할 수 있으며 이를 위해서는 먼저 Angular CLI를 제거하고 컴퓨터에서 모든 인스턴스를 제거해야 합니다. 컴퓨터에서 Angular CLI를 완전히 제거하려면 몇 가지 단계를 따라야 합니다.
먼저 아래의 uninstall
명령어를 사용하겠습니다.
# angular
npm uninstall -g @angular/cli
이제 아래 명령을 사용하여 캐시를 정리합니다.
# angular
npm cache clean
다음으로 다음 디렉토리에서 @angular
폴더를 삭제해야 합니다.
C:\Users\YOU\AppData\Roaming\npm\node_modules\@angular` folder.
마지막으로 Angular CLI를 완전히 제거했습니다.
최신 버전의 Angular CLI 설치
최신 버전의 Angular CLI를 새로 설치한다고 가정합니다. 이 두 단계에 따라 최신 버전의 Angular CLI를 설치했는지 확인할 수 있습니다.
# angular
npm install -g @angular/cli@latest
ng version
첫 번째 명령은 최신 버전의 CLI를 설치하고 두 번째 명령은 설치된 Angular CLI의 버전을 확인합니다. 다음의 간단한 단계에 따라 최신 버전의 Angular CLI를 성공적으로 설치할 수 있습니다.
Rana is a computer science graduate passionate about helping people to build and diagnose scalable web application problems and problems developers face across the full-stack.
LinkedIn