diff --git a/pages/common/npm-outdated.md b/pages/common/npm-outdated.md new file mode 100644 index 000000000..abfd9d012 --- /dev/null +++ b/pages/common/npm-outdated.md @@ -0,0 +1,12 @@ +# npm-outdated + +> Check for outdated npm package dependencies. +> More information: . + +- Find packages that are outdated in a project: + +`npm outdated` + +- Find packages that are outdated regardless of the current project: + +`npm outdated --all`