Lines Matching full:outdated
3 <title>npm-outdated</title>
139 <h1 id="npm-outdated">npm-outdated</h1>
140 <span class="description">Check for outdated packages</span>
149 <pre><code class="language-bash">npm outdated [<package-spec> ...]
153 packages are currently outdated.</p>
156 Use <code>--all</code> to find all outdated meta-dependencies as well.</p>
161 (i.e. you're running <code>npm outdated --global</code>, or the package isn't
184 <pre><code class="language-bash">$ npm outdated
207 not, so <code>npm outdated</code> and <code>npm update</code> have to fetch Git repos to check.
223 <p>When running <code>npm outdated</code> and <code>npm ls</code>, setting <code>--all</code> will …
224 outdated or installed packages, rather than only those directly depended
294 <a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-outdated.md">