Doesn't cache specific versions
Opened this issue · 0 comments
reggi commented
If I install a module
npm i lodash@3.0.0
then another version of the same module
npm i lodash@2.0.0
it overwrites the cache!
Is there any way to save both?
Opened this issue · 0 comments
If I install a module
npm i lodash@3.0.0
then another version of the same module
npm i lodash@2.0.0
it overwrites the cache!
Is there any way to save both?