npm-install-latest
v1.0.2
Published
A simple package for a simple task. Update all your local or global packages to that latest version.
Downloads
3
Maintainers
Readme
Npm Install Latest
npm-install-latest will update your packages defined in your local folder or globally to the latest version
Installation
npm i -g npm-install-latest
Usage
Execute in current project to update local packages
npm-install-latest
Execute anywhere to update global packages
npm-install-latest -g
npm-install-latest --global
Force npm to fetch remote resources even if a local copy exists on disk
npm-install-latest -f
npm-install-latest --force
Display help
npm-install-latest -h
npm-install-latest --help
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.