This is crazy fast shipment..almost scary that you have to start keeping up with all the changes.. For anyone who wants to upgrade either from node 0.12 or iojs 3.30..all you have to do is re-install it with the GUI installer and you're good to go..for your personal computer at least!
`nvm install v4.0.0` and you're ready to go.
Node v4.0.0
81–90 of 277 posts
Re: Node v4.0.0
#82Earlier quoted context omitted.
Use your package manager to update then...
$ cat /etc/issue Ubuntu 14.04.3 LTS \n \l $ apt-cache showpkg nodejs | head Package: nodejs Versions: 0.10.25~dfsg2-2ubuntu1 (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-amd64_Packages) (/var/lib/dpkg/status) My package manager knows nothing of this mythical "bleeding edge" of which you speak...
Re: Node v4.0.0
#83This is great news. I'm especially excited about the new ECMA6 features (arrows, etc.)
Right before the release they upgraded to the new V8 version 4.5. Having native support for arrow function. So exciting so start using them.
Re: Node v4.0.0
#84https://nodesource.com/assets/blog/essential-steps-lts/nodej...
From this NodeSource post:
https://nodesource.com/blog/essential-steps-long-term-suppor...
Re: Node v4.0.0
#85What happened with the version numbers? I could have sworn Node was on v0.10 just a couple of months back?
Re: Node v4.0.0
#86Re: Node v4.0.0
#87Big thanks to all those who made this possible!!
Re: Node v4.0.0
#88This is crazy fast shipment..almost scary that you have to start keeping up with all the changes.. For anyone who wants to upgrade either from node 0.12 or iojs 3.30..all you have to do is re-install it with the GUI installer and you're good to go..for your personal computer at least!
`nvm install v4.0.0` and you're ready to go.
nvm install node --reinstall-packages-from=nodeRe: Node v4.0.0
#89The io.js fork and subsequent merge back into Node.js, including the birth of the Node Foundation, has been one of the best examples of the power of open source I have ever seen in action. The situation went from bad, to worse, to the best possible outcome, and that's remarkable to say the least. Congratulations to everyone involved and thank you for the hard work.
These interactions strongly mimic the interactions of the market. What's the true driving force?
Re: Node v4.0.0
#90This is crazy fast shipment..almost scary that you have to start keeping up with all the changes.. For anyone who wants to upgrade either from node 0.12 or iojs 3.30..all you have to do is re-install it with the GUI installer and you're good to go..for your personal computer at least!
Node 4 will become a LTS release in October.