You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The npm ci documentation notes that if a node_modules is already present, it will be automatically removed before npm ci begins its install. However, that very same documentation shows an example Travis CI config that caches node_modules. What is the point of caching node_modules if npm-ci's first step is to wipe that directory?
What / Why
The
npm ci
documentation notes that if a node_modules is already present, it will be automatically removed before npm ci begins its install. However, that very same documentation shows an example Travis CI config that caches node_modules. What is the point of caching node_modules if npm-ci's first step is to wipe that directory?Where
The text was updated successfully, but these errors were encountered: