wbyoung / avn

Automatic Version Switching for Node
MIT License
1.14k stars 54 forks source link

could `avn` automatically run `nvm install ...`? #91

Closed cmonacaps closed 4 years ago

cmonacaps commented 4 years ago

Perhaps following some config, if it appears the required node version is missing, it could automatically run nvm install <required-version>

wbyoung commented 4 years ago

For security reasons, I don't think this would be a good idea. Feel free to reopen if you disagree. But safely and automatically installing programs isn't something that feels within scope of this project.