Opened 7 years ago
Closed 7 years ago
#46632 closed enhancement (fixed)
Improve the npm dependency caching strategy on Travis CI
| Reported by: | johnbillion | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 44993: