node_modules
디렉토리에서 중복을 줄입니다. 더 많은 정보: https://docs.npmjs.com/cli/commands/npm-dedupe.
node_modules
의 패키지 중복 제거:npm dedupe
package-lock.json
또는 npm-shrinkwrap.json
을 따르기:npm dedupe --lock
npm dedupe --strict
npm dedupe --omit={{optional|peer}}
npm dedupe --loglevel=verbose
npm dedupe {{패키지_이름}}