Npm

Some useful commands

  • npm home express = open the package’s homepage in the default browser (in this case, Express’ homepage)
  • npm prune = remove packages which are not in package.json
  • npm outdated = checks the latest version of installed packages