Update packages to latest versions
View installed dependencies
Install a package from the registry
Check for outdated packages
npm outdated
Shows which installed packages are outdated compared to registry versions.
List outdated packages
Remove a package
Search npm registry
Install packages with Yarn