Skip to main content
2 of 2
removed dead link
nCardot
  • 6.6k
  • 8
  • 56
  • 97

-S is shorthand for --save, and it adds the package you're installing to the dependencies in your package.json file (which can be created with npm init). However, --save or -S is totally unnecessary if you're using npm 5 or above since it's done by default.

nCardot
  • 6.6k
  • 8
  • 56
  • 97