Hacker News new | ask | show | jobs
by koolba 3711 days ago
But I want it now!

    $ nvm ls v6
            N/A

    $ echo ':('
    :(
On a more serious note this really is an awesome release. Kudos to everyone that works on Node.js!

Ever since the "reunification" of node.js/io.js there's been a whirlwind of great activity both in adding features as well as LTS releases (which are critical for long term adoption of the platform).

1 comments

And it's now on nvm :)

    nvm install v6.0.0

    $ nvm ls-remote v6
         v6.0.0

    $ echo ':)'
    :)
Sweet!