7 Forks
56 Stars
56 Watchers

Node.js

Node.js从入门到放弃学习笔记

How to download and setup Node.js

Open terminal and run command
git clone https://github.com/jawil/Node.js.git
git clone is used to create a copy or clone of Node.js repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Node.js https://github.com/jawil/Node.js/archive/master.zip

Or simply clone Node.js with SSH
[email protected]:jawil/Node.js.git

If you have some problems with Node.js

You may open issue on Node.js support forum (system) here: https://github.com/jawil/Node.js/issues