Created
November 16, 2019 16:13
-
-
Save heaversm/76d98569150bc6468342ebd5c27e1909 to your computer and use it in GitHub Desktop.
Useful NPM commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# see outdated modules | |
npm outdated | |
# update all modules (latest minor version) | |
npm update --save/--save-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment