Windows – Install Node.js and NPM.js Raw
gist.github.com
Windows – Install Node.js and NPM.js Raw
1–3 of 3 posts
Re: Windows – Install Node.js and NPM.js Raw
#2Or in bash for windows:
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs
Re: Windows – Install Node.js and NPM.js Raw
#3Or 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.