npm 패키지 캐시 관리. 더 많은 정보: https://docs.npmjs.com/cli/commands/npm-cache.
npm cache add {{패키지_이름}}
npm cache remove {{패키지_이름}}
npm cache clean {{키}}
npm cache clean --force
npm cache ls
npm cache verify
npm cache dir
npm config set cache {{경로/대상/폴더}}