I'm looking at the doc page for node and I'm not clear if
npm install gulp-util
is the same as
npm install gulp-util --save
In the doc it says:
"By default, npm install will install all modules listed as dependencies in package.json"
That feels like what --save does,