Speeding up your npm builds

Sami C.
1 min readSep 18, 2019

--

After a lot of procrastination. I finally found a way to make my npm builds faster! Simply run the following command in your cmd:

npm set progress=false

This simply disables the progress bar in the visuals. This made my npm builds twice as fast!

Enjoy!

--

--

Sami C.
Sami C.

Written by Sami C.

Freelance Software Engineer

No responses yet