--save
npm i
As of npm 5.0.0, installed modules are added as a dependency by default, so the --save option is no longer needed. The other save options still exist and are listed in the documentation for npm install.
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map