dhanvi
09/21/2021, 12:16 PMFrank
npm install
is much faster with cached node_modules
.Frank
~/.npm
mostly saves the downloading time. But you’d still need to build out the node_modules tree, which is the time consuming part.dhanvi
09/22/2021, 7:51 AMFrank
Frank