Historically, the --save
flag was utilized to include a package in the package.json
. However, with the release of NPM 5, packages are now automatically added upon installation: What is the --save option for npm install?. Therefore, does the save flag have any significance in NPM 5.0 and above?