Last active
December 28, 2022 18:45
-
-
Save jesselpalmer/8ad82031f488b99579661c64416db96e to your computer and use it in GitHub Desktop.
NPM Shortcuts
This file contains 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
# npm install | |
npm i | |
# npm install save dev dependencies | |
npm i -D | |
# npm install save dependencies | |
npm i -S | |
# npm update dependencies | |
npm up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment