I'm seeing this command on some packages and I wonder what the -s
argument means, for example
npm i -S classnames flexboxgrid
I mean, I know that, just like i
is an abbreviation of install
, it is an abbreviation of something, however I tried looking at npm help
, npm help help
, npm apihelp npm
, npm help npm
, nothing practically helpful there. This is like giving a dictionary to an illiterate; many words, but nothing about option arguments or their abbreviations.