npm config set loglevel warn
Category: Node.js & npm/yarn
npm config set loglevel warn
Reduce npm install output to warnings and errors only
Reduces install output to warnings and errors only, cutting out the verbose progress spam. Silent makes sense in CI logs.