Files
tldr/pages.zh/common/npm-outdated.md

234 B

npm 过时

检查过时的 npm 包依赖。 更多信息:https://docs.npmjs.com/cli/commands/npm-outdated

  • 查找项目中过时的包:

npm outdated

  • 查找不论当前项目的过时包:

npm outdated --all