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 inpackage.jsonnpm outdated= checks the latest version of installed packages
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.jsonnpm outdated = checks the latest version of installed packages