Note: This is a best way is combining both build cache offline to improve performance. 1. On an online machine Seting npm # set cache path where we will clone to in ci npm config set cache ~/npm_cacache/.npm # set default is using cache and if failed will fall back to registry npm config set prefer-offline […]