debian testing: 2016-02-21 (node.js v0.12.x upgrade)

Howdy!

So there's a little something new this week's snapshot:

We've finally migrated from:
node.js v0.10.x -> v0.12.x (still a ways from node.js v4.x lts)

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2016-02-21

If you still need nodejs v0.10.x you can use:

/usr/bin/nodejs-v0.10.x

debian@BeagleBoard-X15:~$ /usr/bin/nodejs-v0.10.x --version
v0.10.42

and if you want to lock down: nodejs v0.12.x

/usr/bin/nodejs-v0.12.x

debian@BeagleBoard-X15:~$ /usr/bin/nodejs-v0.12.x --version
v0.12.10

while the default is: v0.12.10

debian@BeagleBoard-X15:~$ /usr/bin/node --version
v0.12.10

debian@BeagleBoard-X15:~$ /usr/bin/nodejs --version
v0.12.10

"bonescript" is finally a deb package, we have two versions in the repo..

The default is:

bb-bonescript-installer-beta for "v4.1.x+ users's"

If your still down-grading to 3.8.13:

Just:

sudo apt-get remove bb-bonescript-installer-beta --purge
sudo apt-get install bb-bonescript-installer-latest

Regards,

Does that mean that nodejs 4.2 will not be included in the image as of now?

Is it possible to have both 0.12 and 4.x running side-by-side?

It will be and that's my plan..

Right now, both v0.10.x/v0.12.x are running side-by-side and i'll add v4.x
in the next couple weeks..

Regards,