npm

List first level of packages

npm list --depth=0

Update outdated packages:

npm update

Options

  • Apply globally: -g

Last updated

Was this helpful?