Explanation Instead enable pipeline caching. Note: npm-cache is a command line utility that caches dependencies installed via npm, bower, jspm andcomposer. It is useful for build processes that run [npm|bower|composer|jspm] install every time as part of their build process. Since dependencies don't change often, this often means slower build times. npm-cache helps alleviate this problem by cachingpreviously installed dependencies on the build machine. Reference: https://www.npmjs.com/package/npm-cache