Progress bar or not, npm has gotten extremely slow with v3, to the extent that someone is working on a performance-centered alternative called ied: http://gugel.io/ied/ installs are literally the #1 thing npm needs to do well, and I really hope we see some improvement soon.
Disabling npm's progress bar yields a 2x npm install speed improvement
11–20 of 187 posts
Re: Disabling npm's progress bar yields a 2x npm install speed improvement
#12Progress bar or not, npm has gotten extremely slow with v3, to the extent that someone is working on a performance-centered alternative called ied: http://gugel.io/ied/ installs are literally the #1 thing npm needs to do well, and I really hope we see some improvement soon.
This is the first time I've heard of ied, a little competition could go a long way!
Re: Disabling npm's progress bar yields a 2x npm install speed improvement
#13...has he controlled for network speed? Unless he's set up a local NPM caching proxy, he's going over the 'net for these packages. It'll take more than 1 datum before I believe this hype.
Re: Disabling npm's progress bar yields a 2x npm install speed improvement
#14The funky progress bar is about the coolest thing with npm. They could let it take a minute if they wanted too and i would keep watching it with amazement.
Re: Disabling npm's progress bar yields a 2x npm install speed improvement
#15...has he controlled for network speed? Unless he's set up a local NPM caching proxy, he's going over the 'net for these packages. It'll take more than 1 datum before I believe this hype.
A good read: "Programmers need to learn statistics or I will kill them all" http://zedshaw.com/archive/programmers-need-to-learn-statist...
Re: Disabling npm's progress bar yields a 2x npm install speed improvement
#16Re: Disabling npm's progress bar yields a 2x npm install speed improvement
#17The funky progress bar is about the coolest thing with npm. They could let it take a minute if they wanted too and i would keep watching it with amazement.
Re: Disabling npm's progress bar yields a 2x npm install speed improvement
#18...has he controlled for network speed? Unless he's set up a local NPM caching proxy, he's going over the 'net for these packages. It'll take more than 1 datum before I believe this hype.
Also the second run probably used stuff that was put in the npm cache during the first run. Not sure how good a test this is. A good read: "Programmers need to learn statistics or I will kill them all" http://zedshaw.com/archive/programmers-need-to-learn-statist...
Re: Disabling npm's progress bar yields a 2x npm install speed improvement
#19Re: Disabling npm's progress bar yields a 2x npm install speed improvement
#20Progress bar or not, npm has gotten extremely slow with v3, to the extent that someone is working on a performance-centered alternative called ied: http://gugel.io/ied/ installs are literally the #1 thing npm needs to do well, and I really hope we see some improvement soon.
Awesome tool, but wish the url was a bit easier to spell/remember!