Skip to content

Instantly share code, notes, and snippets.

@jesselpalmer
Last active December 28, 2022 18:45
Show Gist options
  • Save jesselpalmer/8ad82031f488b99579661c64416db96e to your computer and use it in GitHub Desktop.
Save jesselpalmer/8ad82031f488b99579661c64416db96e to your computer and use it in GitHub Desktop.
NPM Shortcuts
# 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