isaacs / nave

Virtual Environments for Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nave use stable fails when nodejs.org is down

josephtate opened this issue · comments

I'd love an option to nave that would fall back to the last stable version if nodejs was unavailable instead of prompting for which version to use (automated systems can't respond to a prompt) instead of failing. Our continuous integration process has been failing a lot today because of issues. We've had to change all our calls to use nave use 0.12.7 instead.

Patch welcome