NPM without progress bar

NPM without progress bar

We all know that NPM can be quite slow. The progress that is shown on installing new packages also takes a huge part of the total time. So disabling it will make the process itself a lot faster. To do so run the following command:

$ npm set progress=false