>npm installsaves any specified packages intodependenciesby default.
> Additionally, you can control where and how they get saved with some
> additional flags:
> ...
> *--no-save: Prevents saving todependencies.
>Breaking Changes
> npm will --save by default now. Additionally, package-lock.json will be automatically created unless an npm-shrinkwrap.json exists.