How to speed up Node.js modules installation in CI/CD pipeline as of 2020

Jerome Wu
ITNEXT
Published in
4 min readMar 28, 2020

--

2020/3/28 Update: Add pnpm

When you use Node.js in your project, you need to take care of node_modules installation in your CI/CD pipeline. You may use npm install, npm ci,yarn install and pnpm install, but what is the fastest way of doing so is still a question we are looking for answers. Here in this story I would like to experiment all…

--

--

Writer for

A technology enthusiast wishes to make the world better and better. Maintainer of tesseract.js and ffmpeg.wasm