Y
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
moondev
3549 days ago
Or in bash for windows:
curl -sL
https://deb.nodesource.com/setup_5.x
| sudo -E bash -
sudo apt-get install -y nodejs
link
n34r
3535 days ago
on my machine: 'curl' is not recognized as an internal or external command, operable program or batch file.
link
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs