Open gera2ld opened 4 years ago
Can the downloaded resources be cached? Otherwise we have to redownload them every time on npm install since many packages depend on this library. This is terrible in areas with poor network connection.
npm install
Maybe kevva/bin-wrapper#73 is a better idea.
Update: Just added #195 to support mirrors, without breaking earlier versions.
Can the downloaded resources be cached? Otherwise we have to redownload them every time on
npm install
since many packages depend on this library. This is terrible in areas with poor network connection.