lee-pai-long
1/20/2016 - 2:24 PM

install-nodejs-5_linux-mint-17-2.md

[LINUX MINT 17.2] Install NodeJS 5

$ curl -sL https://deb.nodesource.com/setup_5.x | \
> [sudo] -E bash - && \
> [sudo] apt-get install nodejs