- Windows: https://nodejs.org/dist/v6.9.1/node-v6.9.1-x64.msi
- Linux:
sudo apt-get update
sudo apt-get install node
- Choose a node file (ex: basic.js), and run:
node basic.js
curl http://localhost:8080
npm config set registry http://your_repository
npm config set proxy http://proxy_host:port
npm config set https-proxy http://proxy_host:port
npm config set strict-ssl false
npm config set registry http://registry.npmjs.org/
npm config rm proxy http://proxy_host:port
npm config rm https-proxy http://proxy_host:port