srs / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
866 stars 211 forks source link

Implement a download cache for node and npm #324

Open srs opened 5 years ago

srs commented 5 years ago

Implement a download cache for node and npm that can be shared. This cache should hold unpacked distributions of node and npm packages used globally in a structure like this:

This also needs some lock-mechanism for parallel processes not unpacking at the same time.