scott113341 / npm-install-version

Installs node modules to versioned or custom directories.
MIT License
56 stars 11 forks source link

Use better tmp folder generation #38

Closed dcherman closed 7 years ago

dcherman commented 7 years ago

This change opens the possibility for better parallelization using child processes today, but would also allow the potential for an async version of install in the future by avoiding directory collisions

scott113341 commented 7 years ago

Good idea, thanks @dcherman!