Finish existing beta11 productin app and try the new rc.0

Is it possible to use beta11 with the new ionic v2 rc.0, side by side?
Thought not, because I just tried after updating the cli to the latest, and installing node 6, the old one won’t work anymore.

Luckily I am on a btrfs snapshotted system :slight_smile: but I’d love not to reboot to be able to try both (have to finish an existing beta11 app, no time to upgrade)

To install and quickly switch between node versions you can try to use n.

Have a look: https://github.com/tj/n

To install it globally:

$ npm install -g n

Then, to install node versions or to activate already installed versions:

$ n 0.8.14 $ n 0.8.17 $ n 0.9.6