npm cache add package
Category: Node.js & npm/yarn
npm cache add package
Pre-populate the cache with a package without installing it into node_modules
Pre-downloads a package into the cache without installing it. Useful for seeding the cache before going offline.