First run (no progress bar):
npm install 26.31s user 6.47s system 26% cpu 2:01.97 total
Second run (progress bar):
npm install 29.98s user 5.68s system 36% cpu 1:36.98 total
Stats:
npm version 3.5.3
Methodology:
rm -r node_modules
npm cache clean
npm set progress=#false/true
time npm install
pro-tip: for sharing your system specs, you might try archey (
brew install archey
) -- basically same output as that OS X pop-up, but in text form