scott113341 / npm-install-version

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

Windows support #32

Closed debopamsengupta closed 7 years ago

debopamsengupta commented 7 years ago

Currently this module fails to install packages on windows because of the issue mentioned in http://stackoverflow.com/questions/37125619/spawnsyncnpm-install-gives-error-spawnsync-npm-enoent

cc @scott113341

debopamsengupta commented 7 years ago

I can make a PR for this :) should be relatively straightforward