Opened 6 years ago
Closed 6 years ago
#46632 closed enhancement (fixed)
Improve the npm dependency caching strategy on Travis CI
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
See [44989]. Caching $HOME/.npm
instead of node_modules
is preferable because the latter can cause issues if the cached modules were compiled using a newer version of node. This situation can occur when Travis falls back to the default branch cache.
Change History (12)
Note: See
TracTickets for help on using
tickets.
In 44993: