LogoLogo
  • Introduction
  • CLI
    • Chocolatey
    • Docker
    • Git
    • nmap
    • npm
    • npm - n
    • npm - npm-check-updates (ncu)
    • npm - npm-license-crawler
    • Python
    • Ubuntu
    • Windows Commands
  • JS
    • JSDoc
Powered by GitBook
On this page
  • List first level of packages
  • Update outdated packages:
  • Options

Was this helpful?

  1. CLI

npm

List first level of packages

npm list --depth=0

Update outdated packages:

npm update

Options

  • Apply globally: -g

PreviousnmapNextnpm - n

Last updated 5 years ago

Was this helpful?