1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 12:42:07 +02:00
tldr/pages.ko/common/npm-outdated.md
2024-11-16 07:33:14 +01:00

12 lines
291 B
Markdown

# npm outdated
> 오래된 npm 패키지 의존성을 확인.
> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-outdated>.
- 프로젝트에서 오래된 패키지 찾기:
`npm outdated`
- 현재 프로젝트와 상관없이 오래된 패키지 찾기:
`npm outdated --all`