This article from: nodejs Technology Forum -- http://www.tnodejs.com
I have introduced how to configure various node environments in Linux. The installation package has been installed!
How can I configure it in windows?
The procedure is as follows:
1. download the latest node from the official website
For Windows Installation Package
Http://nodejs.org/#download
2. Install software
By default
3. Enter the DOS command window.
This should not be introduced. Enter cmd in the running window.
4. Execute Node
-- Version
Check whether the installation is successful, and view the node version information.
If it succeeds, v0.6.14 (this is the version information) is displayed)
5. node NPM
All modules of node are used, while the latest node is configured with NPM.
NPM -- version
View the current version information. If the current version is 1.1.12)
6. install other
To install other packages, you can directly use NPM to install NPM in Linux ~
7. Summary
In this way, you can do development in windows. Of course, you need to know some common DOS commands in windows.