6 ms·
If you want to play with this new version but also have code running on older versions that hasn't been completely ported yet, I recommend using nave to manage
by substack 14y ago
If you want to play with this new version but also have code running on older versions that hasn't been completely ported yet, I recommend using nave to manage your node versions. After you `npm install -g nave` you can just `nave install 0.8.0` to get node 0.8 then type `nave use 0.8.0` to start using it!
https://github.com/isaacs/nave https://github.com/isaacs/nave
- pooriaazimi 14y agoOr 'nvm'[1], or 'n'[2]... All of them are bash-specific so if you're using 'fish' for example (what I really like to), you're out of luck and you must hack your own. [1]: https://github.com/creationix/nvm https://github.com/creationix/nvm [2]: https://github.com/visionmedia/n https://github.com/visionmedia/n