Hacker News new | ask | show | jobs
Windows – Install Node.js and NPM.js Raw (gist.github.com)
2 points by n34r 3549 days ago
1 comments

Or in bash for windows:

curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -

sudo apt-get install -y nodejs

on my machine: 'curl' is not recognized as an internal or external command, operable program or batch file.