npm list // 현재 프로젝트에 설치된 패키지 목록 npm list -g //글로벌로 설치된 패키지 목록 npm list -g |grep "nodemon" //글로벌로 설치된 목록중 해당 패키지가 있는지 검색