이 글은 npm이 설치된 환경에서 npm help update로 확인한 문서를 번역한 내용입니다. 사용법 npm update [-g] [...] 설명 수행 내용 This command will update all the packages listed to the latest version (specified by the tag config), respecting the semver constraints of both your package and its dependencies (if they also require the same package). It will also install missing packages. 이 명령어는 리스트의 모든 패키지를 해당 프로젝트의 의존관계와 당신의 패키지 모두의 유의적..