13 lines
268 B
Markdown
13 lines
268 B
Markdown
|
|
# npm outdated
|
||
|
|
|
||
|
|
> 检查过时的 npm 软件包依赖。
|
||
|
|
> 更多信息:<https://docs.npmjs.com/cli/npm-outdated/>。
|
||
|
|
|
||
|
|
- 查找项目中过时的软件包:
|
||
|
|
|
||
|
|
`npm outdated`
|
||
|
|
|
||
|
|
- 不考虑当前项目,查找所有过时的软件包:
|
||
|
|
|
||
|
|
`npm outdated {{[-a|--all]}}`
|