You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Universe builds now have tons of spew from the npm install invoked as part of the NpmRestore target (https://gist.github.com/pranavkm/a513a3e643330fa38a7e48ad94a44ed0). We've used --quiet --depth 0 in the past (which is still pretty noisy) and --silent which is quieter.
Universe builds now have tons of spew from the
npm installinvoked as part of theNpmRestoretarget (https://gist.github.com/pranavkm/a513a3e643330fa38a7e48ad94a44ed0). We've used--quiet --depth 0in the past (which is still pretty noisy) and--silentwhich is quieter.